Skip to content

Commit 145fe83

Browse files
authored
Update jest.setup.js
1 parent bfb52c5 commit 145fe83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest.setup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
// 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

Comments
 (0)