Skip to content

Commit

Permalink
chore: polyfill web streams in test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Dec 9, 2024
1 parent af9645d commit 7a3e196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nextjs/jest.setup.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require("@testing-library/jest-dom");
require("web-streams-polyfill/polyfill");

process.env.NEXT_PUBLIC_DEBUG = process.env.DEBUG;

Expand Down

0 comments on commit 7a3e196

Please sign in to comment.