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 3e94c43 commit 3595346Copy full SHA for 3595346
package.json
@@ -7,7 +7,8 @@
7
"build": "webpack ---config ./config/webpack.prod.config.js",
8
"dev": "webpack-dev-server --config ./config/webpack.dev.config.js",
9
"lint": "./node_modules/.bin/eslint --ext .js,.jsx src/",
10
- "test": "jest"
+ "test": "jest --collect-coverage",
11
+ "test:watch": "jest --watch"
12
},
13
"keywords": [
14
"react",
0 commit comments