Skip to content

Commit decf592

Browse files
author
Ruben Bridgewater
committed
Always run istanbul directly
1 parent d12bc97 commit decf592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Javascript Redis protocol (RESP) parser",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha",
7+
"test": "npm run coverage",
88
"benchmark": "node ./benchmark",
9-
"posttest": "standard && npm run coverage && npm run coverage:check",
9+
"posttest": "standard && npm run coverage:check",
1010
"coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
1111
"coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100"
1212
},

0 commit comments

Comments
 (0)