Skip to content

Commit 6e7693e

Browse files
committed
test: Update test scripts
1 parent 3281033 commit 6e7693e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"dist"
88
],
99
"scripts": {
10-
"all": "npm-run-all --sequential build lint test",
10+
"all": "npm-run-all --sequential build lint test:coverage",
1111
"build": "./bin/build.sh",
1212
"lint": "eslint .",
13-
"test": "jest",
13+
"test": "jest --watch",
14+
"test:coverage": "jest --coverage",
1415
"cm": "git-cz",
1516
"precommit": "lint-staged",
1617
"commitmsg": "commitlint --edit"

0 commit comments

Comments
 (0)