Skip to content

Commit

Permalink
STUDIO-3397 add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Andrews committed Dec 11, 2018
1 parent 7135cb6 commit bc0b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"github-release": "node ./scripts/create-github-release.js",
"lint": "tslint -c ./tslint.json --project ./tsconfig.json --type-check -t stylish",
"nightly": "npm run build && node ./scripts/publish-nightly.js",
"test": "jest",
"test": "jest --coverage",
"watch": "npm run clean && tsc --watch & npm run sass-watch"
},
"main": "dist/index.js",
Expand Down

0 comments on commit bc0b87a

Please sign in to comment.