Skip to content

Commit e4ea27c

Browse files
ixthKernelDeimos
authored andcommitted
Use terse reporter and allow incomplete coverage
1 parent bf4816d commit e4ea27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
],
2020
"scripts": {
2121
"start": "node ./bin/http-server",
22-
"test": "tap --reporter=spec test/*.test.js",
23-
"test-watch": "tap --reporter=spec --watch test/*.test.js"
22+
"test": "tap --reporter=terse --allow-incomplete-coverage test/*.test.js",
23+
"test-watch": "tap --reporter=terse --allow-incomplete-coverage --watch test/*.test.js"
2424
},
2525
"files": [
2626
"lib",

0 commit comments

Comments
 (0)