Skip to content

Commit 361a83c

Browse files
committed
Fix coverage tests
1 parent c761844 commit 361a83c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"test-coverage": "nyc --reporter lcov tape test.js",
4545
"test": "npm run format && npm run build && npm run test-coverage"
4646
},
47+
"nyc": {
48+
"check-coverage": true,
49+
"lines": 100,
50+
"functions": 100,
51+
"branches": 100
52+
},
4753
"prettier": {
4854
"tabWidth": 2,
4955
"useTabs": false,

0 commit comments

Comments
 (0)