Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 2537a5b

Browse files
committed
add coverage test option so as to see what's untested
1 parent 5cdcce2 commit 2537a5b

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"main": "index",
88
"scripts": {
9-
"test": "lab -a code -v test/test.js"
9+
"test": "lab -a code -v -t 93 test/test.js"
1010
},
1111
"dependencies": {
1212
"hoek": "^2.14.0",

0 commit comments

Comments
 (0)