Skip to content

Commit f41f310

Browse files
authored
Fix coverage command (#82)
1 parent 029794f commit f41f310

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "node_modules/.bin/mocha --recursive test --exit",
8-
"coverage": "node_modules/.bin/istanbul cover _mocha -- test --recursive",
8+
"coverage": "node_modules/.bin/istanbul cover _mocha -- test --recursive --exit",
99
"lint": "npm bin jshint .",
1010
"jsdoc": "node_modules/.bin/jsdoc . --package package.json --readme README.md --template node_modules/minami --destination docs"
1111
},

0 commit comments

Comments
 (0)