mswjs / jest-fixed-jsdom

A superset of the JSDOM environment for Jest that respects Node.js globals.
https://npm.im/jest-fixed-jsdom
51 stars 5 forks source link

fix: support native `TextDecoderStream` and `TextEncoderStream` #16

Closed jiri-prokop-pb closed 1 month ago

jiri-prokop-pb commented 1 month ago

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 that TextDecoderStream and TextEncoderStream aren't available.

This PR add these, including tests.

kettanaito commented 1 month ago

Released: v0.0.5 🎉

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.