-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Migrate from Jest to Vitest #2124
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
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c29ce2f:
|
|
FYI, I ran into issues here with the RN test when I was trying to update last year, which is why I stayed on Jest at that point. (At least now with v9 we've dropped the multiple aliased tests for React 17 and such that we had with v8.) |
|
Since we're no longer testing RN, this makes a lot of sense. Plus, removing a net 3,315 lines (about 25%!) from the yarn.lock file is great! I'll let @markerikson merge, since he's closer to this stuff than me. But LGTM! |
This PR: