Skip to content

Commit c6803e4

Browse files
Merge pull request #19 from thatzacdavis/master
Add jest coverage script (Resolves Issue #13)
2 parents 61091ad + dbb561c commit c6803e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"docs": "jsdoc -c jsdoc.conf.json --readme README.md --destination dist/api",
99
"test:size": "bundlesize",
1010
"test": "jest ./test/test.js || true",
11+
"test:coverage": "jest --coverage --watchAll=false",
1112
"lint": "eslint ."
1213
},
1314
"husky": {

0 commit comments

Comments
 (0)