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 e556def commit 465b786Copy full SHA for 465b786
package.json
@@ -46,7 +46,7 @@
46
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
47
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'",
48
"test:watch": "NODE_ENV=test ./node_modules/.bin/mocha --watch 'test/**/*_test.js'",
49
- "test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'",
+ "test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'",
50
"lint": "npx eslint .",
51
"lint:fix": "npx eslint . --fix"
52
},
0 commit comments