We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1741621 commit a544b12Copy full SHA for a544b12
package.json
@@ -7,7 +7,8 @@
7
"jsnext:main": "build/index.es.js",
8
"scripts": {
9
"build": "rollup -c",
10
- "test": "jest -u"
+ "test": "jest -u",
11
+ "test:coverage": "jest --coverage"
12
},
13
"keywords": [
14
"react",
0 commit comments