File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,13 +156,13 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
156156 CI=true \
157157 NODE_PATH=src \
158158 NODE_ENV=test \
159- npm test -- --no-cache --testPathPattern=" / src/ "
159+ npm test -- --no-cache --testPathPattern=src
160160
161161# Catch when no tests are detected
162162testsList=$( REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
163163 CI=true \
164164 NODE_PATH=src \
165- npm test -- --no-cache --testPathPattern=" / src/ " --listTests)
165+ npm test -- --no-cache --testPathPattern=src --listTests)
166166
167167if [[ ${testsList} =~ " []" ]]; then
168168 exit 1
@@ -230,7 +230,7 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
230230 CI=true \
231231 NODE_PATH=src \
232232 NODE_ENV=test \
233- npm test -- --no-cache --testPathPattern=' / src/ '
233+ npm test -- --no-cache --testPathPattern=src
234234
235235# Test "development" environment
236236tmp_server_log=` mktemp`
You can’t perform that action at this time.
0 commit comments