-
-
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
feat: make jest-circus default test runner #10686
Conversation
9da97c6
to
ecffde4
Compare
Nice 👌 may I ask, do we really need the |
It's to ensure all of our tests are executed with the same runner, including e2e tests. It's not a public API sort of thing. Passing (background: #6285) |
I was thinking for those we have a centralized place in utils with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big deal!
huh, weird it failed on windows... will look into it later this week |
91de206
to
68dd53e
Compare
bb2c4e2
to
96b232d
Compare
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. |
Summary
As announced in the blog post.
Fixes #6295
Test plan
I've changed the helper around to opt-in to
jasmine
instead ofcircus
, so green CI should be enough