Skip to content

Commit

Permalink
Fix Jest tests for Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and randycoulman committed May 8, 2017
1 parent 4b4d338 commit 8a0b577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
CI=true \
NODE_PATH=src \
NODE_ENV=test \
npm test -- --no-cache --testPathPattern="/src/"
npm test -- --no-cache --testPathPattern='/src/'

# Test "development" environment
tmp_server_log=`mktemp`
Expand Down

0 comments on commit 8a0b577

Please sign in to comment.