Skip to content

Commit 3562047

Browse files
committed
update test reporter for local reports
1 parent a2259a2 commit 3562047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --check-leaks --recursive",
8-
"test-cov": "nyc --reporter=lcov mocha --check-leaks --recursive",
8+
"test-cov": "nyc --reporter=html mocha --check-leaks --recursive",
99
"test-ci": "nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
1010
"lint": "eslint ."
1111
},

0 commit comments

Comments
 (0)