We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cd2ed commit 550068aCopy full SHA for 550068a
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
-out
+out
3
+coverage
package.json
@@ -8,6 +8,7 @@
8
},
9
"scripts": {
10
"test": "jest",
11
+ "coverage": "jest --coverage --collectCoverageOnlyFrom ./cli.js",
12
"start": "node ./index.js ./out"
13
14
"keywords": [],
0 commit comments