Skip to content

Commit 7a2a5b4

Browse files
committed
Update dev task to watch all tests
1 parent c378ab0 commit 7a2a5b4

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
@@ -25,7 +25,7 @@
2525
},
2626
"main": "index.js",
2727
"scripts": {
28-
"dev": "jest --watch",
28+
"dev": "jest --watchAll",
2929
"test": "jest"
3030
},
3131
"dependencies": {

0 commit comments

Comments
 (0)