Skip to content

Commit a25209f

Browse files
committed
Tests watch all
1 parent af6d362 commit a25209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build-dev": "npm-run-all --parallel test package-dev",
1414
"lint": "node_modules/.bin/esw webpack.config.* src --color",
1515
"lint:watch": "npm run lint -- --watch",
16-
"test": "jest ./src"
16+
"test": "jest ./src --watchAll"
1717
},
1818
"keywords": [
1919
"es6"

0 commit comments

Comments
 (0)