-
-
Notifications
You must be signed in to change notification settings - Fork 27k
local e2e tests - check if smoke-test to prevent jest watching #1739
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
Comments
Can we change local |
There are two places in code where
So it is possible to prevent jest watching using this
|
Found it. All |
All is clear now. But I am confused a bit. |
Send a PR as you see fit. I don’t use local testing much so it might be broken. |
Now
--watch
flag for jest tests is disabled in two cases (scripts/test.js#L25):--coverage
is addedbut when run
npm run e2e
locally - tests always stops at firstnpm test
- tasks/e2e-simple.sh#L117Maybe add
isSmokeTest
check like at utils/createWebpackCompiler.js#L11?The text was updated successfully, but these errors were encountered: