Skip to content

Commit 42e9de2

Browse files
committed
remove wachAll
1 parent 622c8e6 commit 42e9de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"compile": "tsc -b",
123123
"start": "react-scripts start",
124124
"build": "react-scripts --max_old_space_size=4096 build",
125-
"test": "react-scripts test --watchAll=false",
125+
"test": "react-scripts test",
126126
"test-coverage": "react-scripts test --watchAll=false --coverage --testResultsProcessor=jest-junit --reporters=default --reporters=jest-junit",
127127
"eject": "react-scripts eject",
128128
"lint-ts": "eslint --ext .ts,.tsx src",

0 commit comments

Comments
 (0)