Skip to content

Commit ee39e51

Browse files
committed
e test doesnt watch
1 parent d5cbeaa commit ee39e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"deploy": "gh-pages -d build",
2424
"start": "react-app-rewired start",
2525
"build": "react-app-rewired build",
26-
"test": "react-app-rewired test",
26+
"test": "react-app-rewired test --watchAll=false",
27+
"test:watch": "react-app-rewired test",
2728
"eject": "react-scripts eject"
2829
},
2930
"eslintConfig": {

0 commit comments

Comments
 (0)