We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12bc97 commit decf592Copy full SHA for decf592
package.json
@@ -4,9 +4,9 @@
4
"description": "Javascript Redis protocol (RESP) parser",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha",
+ "test": "npm run coverage",
8
"benchmark": "node ./benchmark",
9
- "posttest": "standard && npm run coverage && npm run coverage:check",
+ "posttest": "standard && npm run coverage:check",
10
"coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
11
"coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100"
12
},
0 commit comments