Skip to content

Commit 3fe3a6b

Browse files
added readable stream fix
1 parent 5205ebc commit 3fe3a6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frontend/jest.setup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if (typeof global.ReadableStream === "undefined") {
2+
global.ReadableStream = require("stream/web").ReadableStream;
3+
}

0 commit comments

Comments
 (0)