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 committed Mar 3, 2017
1 parent db64278 commit c7a9dae
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 @@ -198,7 +198,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 c7a9dae

Please sign in to comment.