Replies: 1 comment 1 reply
|
Hi @thw0rted. Jest+JSDOM support was dropped as early as 2.0 release, I believe. That does not mean MSW doesn't work with those tools. All it means we are not testing against those tools and don't guarantee their support because it stretches way far outside of what MSW should focus on. This is not a breaking change because MSW doesn't break anything. It's a statement that we are focusing our effort on modern tooling, of which neither Jest nor JSDOM are. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In #2698, @kettanaito said
Was this announced somewhere? https://mswjs.io/docs/integrations/node still says
and to my knowledge there was not a major-version release in 2025.
I get that continuing to evolve MSW while its dependencies are switching to ESM-only makes Jest support complicated, but if you're going to drop support for a runner that still holds a major market share (46M weekly downloads!), that's a breaking change and should only happen as part of the 3.0 release.
All reactions