mswjs / jest-fixed-jsdom

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

ReferenceError: TransformStream is not defined #21

Closed liviuciulinaru closed 3 weeks ago

liviuciulinaru commented 3 weeks ago

Would be useful to add this as well, as I needed after BroadcastChannel fix

 this.global.TransformStream = TransformStream;

But I manually added as it was not in this package

kettanaito commented 3 weeks ago

Fixed by #20.