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 bfb52c5 commit 145fe83Copy full SHA for 145fe83
jest.setup.js
@@ -1 +1,3 @@
1
// A jest.setup.js file is used to run setup code before your tests are executed.
2
+global.TextEncoder = require('util').TextEncoder;
3
+global.TextDecoder = require('util').TextDecoder;
0 commit comments