Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Dec 31, 2023
1 parent 4af2c24 commit 886479a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/fetch-mock-tests.ts
Expand Up @@ -197,7 +197,6 @@ fetchMock.config.fallbackToNetwork = 'always';
fetchMock.config.overwriteRoutes = true;
fetchMock.config.overwriteRoutes = undefined;
fetchMock.config.warnOnFallback = true;
fetchMock.config.Promise = Promise;
fetchMock.config.fetch = (): Promise<Response> => new Promise(() => { });
fetchMock.config.Headers = Headers;
fetchMock.config.Request = Request;
Expand Down

0 comments on commit 886479a

Please sign in to comment.