Commit 6e7693e6 authored by Cole Bemis's avatar Cole Bemis

test: Update test scripts

parent 32810336
...@@ -7,10 +7,11 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment