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 c6459b8 commit f4fc33bCopy full SHA for f4fc33b
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 --reporter=html --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'"
+ "test:coverage": "NODE_ENV=test nyc --report=lcovonly --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'"
42
},
43
"repository": {
44
"type": "git",
0 commit comments