test: Update test scripts

This commit is contained in:
Cole Bemis 2018-05-17 23:12:06 -07:00
parent 32810336ec
commit 6e7693e6da

View File

@ -7,10 +7,11 @@
"dist" "dist"
], ],
"scripts": { "scripts": {
"all": "npm-run-all --sequential build lint test", "all": "npm-run-all --sequential build lint test:coverage",
"build": "./bin/build.sh", "build": "./bin/build.sh",
"lint": "eslint .", "lint": "eslint .",
"test": "jest", "test": "jest --watch",
"test:coverage": "jest --coverage",
"cm": "git-cz", "cm": "git-cz",
"precommit": "lint-staged", "precommit": "lint-staged",
"commitmsg": "commitlint --edit" "commitmsg": "commitlint --edit"