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 ee58846 commit 7b873aeCopy full SHA for 7b873ae
script/test/jest-setup.ts
@@ -1 +1,5 @@
1
import '@testing-library/jest-dom';
2
+
3
+import { TextEncoder, TextDecoder } from 'util';
4
5
+Object.assign(global, { TextDecoder, TextEncoder });
0 commit comments