Skip to content

Commit

Permalink
Update jest.setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
omsuneri authored Dec 14, 2024
1 parent bfb52c5 commit 145fe83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// A jest.setup.js file is used to run setup code before your tests are executed.
global.TextEncoder = require('util').TextEncoder;
global.TextDecoder = require('util').TextDecoder;

0 comments on commit 145fe83

Please sign in to comment.