Skip to content

Commit

Permalink
Update test/setup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Aug 15, 2023
1 parent d9c4326 commit b3cd472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const { back: nockBack } = nock;

nockBack.fixtures = path.dirname(fileURLToPath(import.meta.url));

// @ts-expect-error Falling back to node-fetch because nock doesn't wotk with native fetch.
// @ts-expect-error Falling back to node-fetch because nock doesn't work with native fetch.
delete globalThis.fetch;

0 comments on commit b3cd472

Please sign in to comment.