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 8b312ac commit 96237adCopy full SHA for 96237ad
package.json
@@ -5,6 +5,9 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha",
8
+ "posttest": "npm run coverage && npm run coverage:check",
9
+ "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
10
+ "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100",
11
"build": "node tools/build"
12
},
13
"repository": {
@@ -25,7 +28,8 @@
25
28
"devDependencies": {
26
29
"chai": "^3.4.0",
27
30
"codeclimate-test-reporter": "^0.3.1",
- "ioredis": "^1.0.8",
31
+ "ioredis": "^2.0.0-rc2",
32
+ "istanbul": "^0.4.3",
33
"json-stable-stringify": "^1.0.0",
34
"mocha": "^2.2.1"
35
}
0 commit comments