mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 08:58:15 +08:00
Fix Jest tests for Cygwin
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user