From c7a9daeb80a81c4e60794d0dbe60c0132efbdefb Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Thu, 2 Mar 2017 20:54:01 -0500 Subject: [PATCH] Fix Jest tests for Cygwin --- tasks/e2e-kitchensink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh index 39b689d8..b4784c9f 100755 --- a/tasks/e2e-kitchensink.sh +++ b/tasks/e2e-kitchensink.sh @@ -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`