There was an error while loading. Please reload this page.
1 parent b14abac commit 72968a2Copy full SHA for 72968a2
package.json
@@ -36,6 +36,7 @@
36
],
37
"scripts": {
38
"coverage-report": "nyc report --reporter=lcov",
39
+ "coverage-html": "nyc report --reporter=html",
40
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
41
"integration": "mocha test/integration/",
42
"standard": "standard",
0 commit comments