Fix Jest tests for Cygwin

This commit is contained in:
Joe Haddad
2017-03-02 20:54:01 -05:00
parent db64278dd6
commit c7a9daeb80

View File

@@ -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`