Skip to content

Commit af4835c

Browse files
author
Michael Perrotte
committedSep 28, 2019
test: added script to get coverage report
1 parent d04239b commit af4835c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"postrelease": "npm publish && git push --follow-tags",
2525
"pretest": "standard",
2626
"release": "standard-version -s",
27+
"test:coverage": "tap --coverage-report=html -J --100 --no-esm test/*.js",
2728
"test": "tap -J --100 --no-esm test/*.js"
2829
},
2930
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.