We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100397e commit f5a73c7Copy full SHA for f5a73c7
tests/mocks/fetch.ts
@@ -27,5 +27,6 @@ export const mockFetch = vi.fn(async (input: RequestInfo | URL, init?: RequestIn
27
setNetworkRequestCounter(input);
28
}
29
30
+ // @ts-expect-error
31
return ret;
32
});
0 commit comments