Skip to content

Commit

Permalink
Upgrade jest and fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremija committed Apr 19, 2021
1 parent bfa115a commit bc04fc7
Show file tree
Hide file tree
Showing 3 changed files with 1,105 additions and 982 deletions.
4 changes: 4 additions & 0 deletions jest.setup.js
@@ -0,0 +1,4 @@
const { TextEncoder, TextDecoder } = require('util')

global.window.TextEncoder = TextEncoder
global.window.TextDecoder = TextDecoder

0 comments on commit bc04fc7

Please sign in to comment.