Skip to content

Commit

Permalink
Add tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizz committed Nov 11, 2017
1 parent a0d8eab commit 6e96091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"minify": "uglifyjs $npm_package_main -o $npm_package_main --mangle --compress --source-map",
"push": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"release": "npm run push && release --publish",
"test": "jest"
"test": "jest --coverage"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6e96091

Please sign in to comment.