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 e5aa964 commit b52c14bCopy full SHA for b52c14b
package.json
@@ -5,8 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha --recursive --colors --reporter spec",
8
- "cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha",
9
- "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && istanbul-coveralls && rm -rf coverage"
+ "cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
+ "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && rm -rf coverage"
10
},
11
"repository": {
12
"type": "git",
0 commit comments