Migrated HorizontalBarChart test to react testing library + snapshots for the events on the canvas

This commit is contained in:
Alejandro Celaya
2022-05-06 19:46:47 +02:00
parent 116c36febc
commit fcbb9cda12
4 changed files with 537 additions and 54 deletions

View File

@@ -18,7 +18,7 @@
"build:serve": "serve -p 5000 ./build",
"test": "jest --env=jsdom --colors --verbose",
"test:coverage": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary",
"test:ci": "npm run test:coverage -- --coverageReporters=clover",
"test:ci": "npm run test:coverage -- --coverageReporters=clover --ci",
"test:pretty": "npm run test:coverage -- --coverageReporters=html",
"mutate": "./node_modules/.bin/stryker run --concurrency 4 --ignoreStatic"
},