We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc6fd0 commit 1a6ab2cCopy full SHA for 1a6ab2c
1 file changed
package.json
@@ -68,7 +68,7 @@
68
"scripts": {
69
"start": "react-scripts start",
70
"build": "react-scripts build",
71
- "test": "react-scripts test",
+ "test": "react-scripts test --collectCoverageFrom=src/**/*.js --collectCoverageFrom=!src/modules/crossword/*.js",
72
"eject": "react-scripts eject",
73
"lint": "eslint . --fix"
74
},
0 commit comments