You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each call to `mockFetch` defines a new mock. At most one mock is used,, with each mock taking precendece over previously defined mocks.
82
+
Each call to `mockFetch` defines a new mock. At most one mock is used, with each mock taking precendece over previously defined mocks.
83
83
84
-
By default, requests that aren't matched against any mock definitions are forwarded to the native built-in fetch. This behavior can be modified using`setIsUsingBuiltInFetchFallback()`.
84
+
By default, requests that aren't matched against any mock definitions are forwarded to the native built-in fetch. This behavior can be modified with`setIsUsingBuiltInFetchFallback()`.
85
85
86
86
To clear the mocks and restore original built-in fetch,
0 commit comments