Skip to content

Commit 8a0b577

Browse files
Timerrandycoulman
authored andcommitted
Fix Jest tests for Cygwin
1 parent 4b4d338 commit 8a0b577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-kitchensink.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
201201
CI=true \
202202
NODE_PATH=src \
203203
NODE_ENV=test \
204-
npm test -- --no-cache --testPathPattern="/src/"
204+
npm test -- --no-cache --testPathPattern='/src/'
205205

206206
# Test "development" environment
207207
tmp_server_log=`mktemp`

0 commit comments

Comments
 (0)