We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029794f commit f41f310Copy full SHA for f41f310
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "node_modules/.bin/mocha --recursive test --exit",
8
- "coverage": "node_modules/.bin/istanbul cover _mocha -- test --recursive",
+ "coverage": "node_modules/.bin/istanbul cover _mocha -- test --recursive --exit",
9
"lint": "npm bin jshint .",
10
"jsdoc": "node_modules/.bin/jsdoc . --package package.json --readme README.md --template node_modules/minami --destination docs"
11
},
0 commit comments