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 8022603 commit c1f6b7e
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 c1f6b7e

Please sign in to comment.