Skip to content

Commit e8c1935

Browse files
committed
Run coverage during npm test.
1 parent b79c3a9 commit e8c1935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"karma": "karma start",
6060
"mocha": "mocha -t 20000 -R dot -r babel-polyfill mocha.start.js",
6161
"cover": "nyc --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html",
62-
"test": "npm run build && npm run karma && npm run mocha",
62+
"test": "npm run build && npm run karma && npm run cover",
6363
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
6464
},
6565
"peerDependencies": {

0 commit comments

Comments
 (0)