-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
refactor: migrate to vitest #1092
Conversation
So I was getting an issue before I upgraded to 0.0.108 where those tests would fail. (the "tests magically work now" commit). I think the upgrade to 0.0.108 made To reproduce the failure, you must run all tests together. Most of the time I spent was trying to debug why those tests were failing. I couldn't figure it out. I think, environmentally, this environment isn't as pure/sandboxed as jest's jsdom resets. |
Thanks a lot to @JessicaSachs 🙌