-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export CI=true does not execute tests in batch mode #1258
Comments
@stefaneg thanks for the issue!
|
Hmm I think |
Still does not work for me. Tried 0.8.0 and 0.8.4. [email protected] /Users/gulli/src/ru/reference-tictactoe-student/client I'm getting the information that this is working for some of my students. I'll post an update when I know more details. |
I see you have |
Yeah, my mistake. |
Yeah, I just realized that. Thank you guys. |
Glad it's solved, sorry again for leading you slightly astray :) |
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
Description
Trying to execute test in CI environment.
Expected behavior
Tests should run and immediately terminate.
Actual behavior
Tests run, but wait for changes/user input.
Environment
npm ls react-scripts
[email protected] /Users/gulli/src/ru/reference-tictactoe-student/client
└── [email protected]
node -v
v6.9.1
npm -v
4.0.3
Then, specify:
OSX Sierra
Browser irrelevant.
Reproducible Demo
clone https://github.com/hgop/reference-tictactoe
cd client
npm install
export CI=true
npm test
Should run tests and exit immediately since CI variable is true according to docs here:
https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#continuous-integration
The text was updated successfully, but these errors were encountered: