Skip to content

Commit

Permalink
Update jest.setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa authored Feb 28, 2023
1 parent 4d1baa6 commit 24b9a8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// import "@testing-library/jest-dom";
const { TextEncoder, TextDecoder } = require('util')

global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder

const fetchMock = require('jest-fetch-mock')
const { TextEncoder, TextDecoder } = require('util')

Expand Down

0 comments on commit 24b9a8a

Please sign in to comment.