-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add test for "beforeEach" in "test" behavior #6098
Conversation
cc / @niieani |
@mjesun does this mean FB's internal test suite is still broken? |
Yes :'( I thought I tested it, but can't see where I commented |
Fix in #6100 |
@mjesun this test should either be fixed or skipped on windows, appveyor is broken |
@SimenB looks like this PR passed on AppVeyor: https://ci.appveyor.com/project/Daniel15/jest/build/7913 |
That's odd, the merge failed: https://ci.appveyor.com/project/Daniel15/jest/build/7914 |
It's not a flag though, it's config. Why is it an issue adding that to package.json in FB? |
@mjesun Given @SimenB's comment on unintuitive ordering here #6105 (comment) can we confirm that we do not want this odd behavior behind a flag in config? |
If we can figure out someone who will clean this internally, I'm happy having the flag // cc @cpojer |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
#6006 didn't fix the issue introduced in #5885, discussed in #5964. I'm adding a test (that will fail) until fixed.