Skip to content

Commit a544b12

Browse files
committed
add test:coverage cmd
1 parent 1741621 commit a544b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"jsnext:main": "build/index.es.js",
88
"scripts": {
99
"build": "rollup -c",
10-
"test": "jest -u"
10+
"test": "jest -u",
11+
"test:coverage": "jest --coverage"
1112
},
1213
"keywords": [
1314
"react",

0 commit comments

Comments
 (0)