From b3cd472a8d5a8ea19b3773813d81a4e5a85a8d4e Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Tue, 15 Aug 2023 11:35:35 +0100 Subject: [PATCH] Update test/setup.ts --- test/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup.ts b/test/setup.ts index 541da1417..6c64d1427 100644 --- a/test/setup.ts +++ b/test/setup.ts @@ -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;