Skip to content

Commit 11e44c1

Browse files
committedJan 14, 2020
Added coverage script as per jstransformer-test documentation.
1 parent 51c1fe8 commit 11e44c1

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
@@ -18,6 +18,7 @@
1818
},
1919
"scripts": {
2020
"test": "test-jstransformer",
21+
"coverage": "test-jstransformer coverage",
2122
"posttest": "xo --space=2 --no-semicolon index.js"
2223
},
2324
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.