|
@@ -31,19 +31,12 @@
|
|
|
"typescript": "^4.1.2",
|
|
|
"web-vitals": "^1.0.1"
|
|
|
},
|
|
|
- "jest": {
|
|
|
- "collectCoverage": true,
|
|
|
- "coverageReporters": [
|
|
|
- "json"
|
|
|
- ]
|
|
|
- },
|
|
|
"scripts": {
|
|
|
"start": "react-app-rewired start -FAST_REFRESH=true",
|
|
|
"build": "react-app-rewired build",
|
|
|
"test": "react-app-rewired test",
|
|
|
"test:watch": "react-app-rewired test --watch",
|
|
|
"test:cov": "react-app-rewired test --watchAll=false --coverage",
|
|
|
- "test:report": "react-app-rewired test --watchAll=false --coverageReporters='text-summary'",
|
|
|
"eject": "react-app-rewired eject"
|
|
|
},
|
|
|
"eslintConfig": {
|