Closed jiri-prokop-pb closed 1 month ago
This has been released in v0.0.5!
Make sure to always update to the latest version (npm i jest-fixed-jsdom@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
Similar to https://github.com/mswjs/jest-fixed-jsdom/pull/15, during our usage of MSW v2 and
jest-fixed-jsdom
we bumped into the issue thatTextDecoderStream
andTextEncoderStream
aren't available.This PR add these, including tests.