File tree 1 file changed +3
-3
lines changed
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 \
156
156
CI=true \
157
157
NODE_PATH=src \
158
158
NODE_ENV=test \
159
- npm test -- --no-cache --testPathPattern=" / src/ "
159
+ npm test -- --no-cache --testPathPattern=src
160
160
161
161
# Catch when no tests are detected
162
162
testsList=$( REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
163
163
CI=true \
164
164
NODE_PATH=src \
165
- npm test -- --no-cache --testPathPattern=" / src/ " --listTests)
165
+ npm test -- --no-cache --testPathPattern=src --listTests)
166
166
167
167
if [[ ${testsList} =~ " []" ]]; then
168
168
exit 1
@@ -230,7 +230,7 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
230
230
CI=true \
231
231
NODE_PATH=src \
232
232
NODE_ENV=test \
233
- npm test -- --no-cache --testPathPattern=' / src/ '
233
+ npm test -- --no-cache --testPathPattern=src
234
234
235
235
# Test "development" environment
236
236
tmp_server_log=` mktemp`
You can’t perform that action at this time.
0 commit comments