Skip to content

Commit

Permalink
Add _jest-setup_.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veidenbaums committed Mar 14, 2023
1 parent 2c593bd commit a10a30c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/jest/_jest-setup_.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { TextEncoder, TextDecoder } from 'util'

global.TextEncoder = TextEncoder
global.TextDecoder = TextDecoder

0 comments on commit a10a30c

Please sign in to comment.