Skip to content

Commit c7a9dae

Browse files
committed
Fix Jest tests for Cygwin
1 parent db64278 commit c7a9dae

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
@@ -198,7 +198,7 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
198198
CI=true \
199199
NODE_PATH=src \
200200
NODE_ENV=test \
201-
npm test -- --no-cache --testPathPattern="/src/"
201+
npm test -- --no-cache --testPathPattern='/src/'
202202

203203
# Test "development" environment
204204
tmp_server_log=`mktemp`

0 commit comments

Comments
 (0)