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.
2 parents 3e94c43 + 77212ca commit 6b4f855Copy full SHA for 6b4f855
.gitignore
@@ -1,3 +1,4 @@
1
node_modules/
2
build/
3
-.gitignore
+.gitignore
4
+coverage/
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