mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Fix Jest tests for Cygwin
This commit is contained in:
@@ -198,7 +198,7 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
|
|||||||
CI=true \
|
CI=true \
|
||||||
NODE_PATH=src \
|
NODE_PATH=src \
|
||||||
NODE_ENV=test \
|
NODE_ENV=test \
|
||||||
npm test -- --no-cache --testPathPattern="/src/"
|
npm test -- --no-cache --testPathPattern='/src/'
|
||||||
|
|
||||||
# Test "development" environment
|
# Test "development" environment
|
||||||
tmp_server_log=`mktemp`
|
tmp_server_log=`mktemp`
|
||||||
|
|||||||
Reference in New Issue
Block a user