Skip to content

Commit

Permalink
chore: add "fetch" global to jest config (jsdom)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 20, 2023
1 parent 823bd05 commit 5ae4706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
customExportConditions: [''],
},
globals: {
fetch,
Request,
Response,
TextEncoder,
Expand Down

0 comments on commit 5ae4706

Please sign in to comment.