- fetchSpy(
response: Partial<Response>,
): SpyInstance<
Promise<Response>,
[input: string | URL | Request, init?: RequestInit],
any,
> Parameters
- response: Partial<Response>
Returns SpyInstance<
Promise<Response>,
[input: string | URL | Request, init?: RequestInit],
any,
>