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 4, 2017
1 parent 2580b52 commit 5fbb13a
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 5fbb13a

Please sign in to comment.