Skip to content

Commit 27d0c2b

Browse files
committed
lower c8 tresh
1 parent 783a9e4 commit 27d0c2b

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
"lint": "eslint",
99
"prepublishOnly": "tsc",
1010
"lint:fix": "eslint --fix",
11-
"test:unit": "c8 --98 node --test",
11+
"test:unit": "c8 --check-coverage --lines 98 --functions 100 node --test",
1212
"test": "npm run lint && npm run test:unit"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)