Skip to content

Commit bc0b87a

Browse files
author
Jerry Andrews
committed
STUDIO-3397 add coverage
1 parent 7135cb6 commit bc0b87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"github-release": "node ./scripts/create-github-release.js",
2828
"lint": "tslint -c ./tslint.json --project ./tsconfig.json --type-check -t stylish",
2929
"nightly": "npm run build && node ./scripts/publish-nightly.js",
30-
"test": "jest",
30+
"test": "jest --coverage",
3131
"watch": "npm run clean && tsc --watch & npm run sass-watch"
3232
},
3333
"main": "dist/index.js",

0 commit comments

Comments
 (0)