You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with my tests only working when run individually, but not when run together. I have a setup with RTL, Vitest and MSW. When I run a test it works correctly, but when I run a suite with multiple tests, the components get stuck in the loading state, even though I can see that MSW is returning the requested data and the component is receiving it. I should mention I'm on React 19 with Next JS.
I know there are groups for receiving support, but from what I can tell they're not very active (at least based on the Discord).
The text was updated successfully, but these errors were encountered:
I'm having an issue with my tests only working when run individually, but not when run together. I have a setup with RTL, Vitest and MSW. When I run a test it works correctly, but when I run a suite with multiple tests, the components get stuck in the loading state, even though I can see that MSW is returning the requested data and the component is receiving it. I should mention I'm on React 19 with Next JS.
I know there are groups for receiving support, but from what I can tell they're not very active (at least based on the Discord).
The text was updated successfully, but these errors were encountered: