Removed test script and used jest directly instead

This commit is contained in:
Alejandro Celaya
2022-03-25 17:43:15 +01:00
parent 13bafdc924
commit 4d78949b8d
4 changed files with 2 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
"serve:build": "serve ./build",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build && node scripts/replace-version.js",
"build:dist": "npm run build && node scripts/create-dist-file.js",
"test": "node scripts/test.js --env=jsdom --colors --verbose",
"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:pretty": "npm run test:coverage -- --coverageReporters=html",