We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5205ebc commit 3fe3a6bCopy full SHA for 3fe3a6b
src/frontend/jest.setup.js
@@ -0,0 +1,3 @@
1
+if (typeof global.ReadableStream === "undefined") {
2
+ global.ReadableStream = require("stream/web").ReadableStream;
3
+ }
0 commit comments