Skip to content

Commit 9c13439

Browse files
committed
Restore textual output of nyc.
1 parent c8ad4ea commit 9c13439

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
@@ -97,7 +97,7 @@
9797
"scripts": {
9898
"solid": "node ./bin/solid",
9999
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100-
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=none mocha",
100+
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
101101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
102102
"test": "npm run standard && npm run nyc"
103103
},

0 commit comments

Comments
 (0)