Skip to content

Commit

Permalink
Fix eslint error in jest.setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Apr 17, 2024
1 parent 55b13dc commit 5ddf844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
import fetch from "node-fetch"

if (!globalThis.fetch) {
Expand Down

0 comments on commit 5ddf844

Please sign in to comment.