We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79c3a9 commit e8c1935Copy full SHA for e8c1935
package.json
@@ -59,7 +59,7 @@
59
"karma": "karma start",
60
"mocha": "mocha -t 20000 -R dot -r babel-polyfill mocha.start.js",
61
"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",
+ "test": "npm run build && npm run karma && npm run cover",
63
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
64
},
65
"peerDependencies": {
0 commit comments