Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit 30f57b9

Browse files
committed
Have to keep the "local" script without coverage until TAP or NYC fixes the bug
1 parent 2871f1a commit 30f57b9

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
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"coverage": "tap \"test/**/*.spec.js\" --cov --coverage-report=lcov",
11-
"local": "tap \"test/**/*.spec.js\" --coverage --coverage-report=text",
11+
"local": "tap \"test/**/*.spec.js\"",
1212
"start": "node .",
1313
"test": "tap \"test/**/*.spec.js\" --coverage",
1414
"posttest": "tap --coverage-report=lcov && codecov",

0 commit comments

Comments
 (0)