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 a2259a2 commit 3562047Copy full SHA for 3562047
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha --check-leaks --recursive",
8
- "test-cov": "nyc --reporter=lcov mocha --check-leaks --recursive",
+ "test-cov": "nyc --reporter=html mocha --check-leaks --recursive",
9
"test-ci": "nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
10
"lint": "eslint ."
11
},
0 commit comments