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 bb825d7 commit 721a38bCopy full SHA for 721a38b
jest.setup.ts
@@ -1,3 +1,6 @@
1
+import { TextEncoder } from 'util';
2
+
3
+global.TextEncoder = TextEncoder;
4
import "@testing-library/jest-dom";
5
6
// Polyfill "window.fetch" used in the React component.
0 commit comments