Skip to content

Commit 86f3e17

Browse files
jest --watchAll
1 parent 96c0a84 commit 86f3e17

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
@@ -5,7 +5,7 @@
55
"main": "app.js",
66
"scripts": {
77
"start": "webpack app.js --mode development --watch",
8-
"test": "jest --watch"
8+
"test": "jest --watchAll"
99
},
1010
"keywords": [
1111
"js",

0 commit comments

Comments
 (0)