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 02e0a4d commit ac7bb86Copy full SHA for ac7bb86
package.json
@@ -38,7 +38,7 @@
38
"pretest": "./node_modules/.bin/eslint lib test index.js",
39
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
40
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'",
41
- "test:coverage": "NODE_ENV=test nyc --report=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'"
+ "test:coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'"
42
},
43
"repository": {
44
"type": "git",
0 commit comments