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
sandbox() has a type from FetchMockJest, but also has a more-restrictive type from FetchMockStatic. Typescript calculates the intersection of these types, which causes the return type to drop the jest.MockInstance<Response, MockCall> designation.
The text was updated successfully, but these errors were encountered:
sandbox()
has a type fromFetchMockJest
, but also has a more-restrictive type fromFetchMockStatic
. Typescript calculates the intersection of these types, which causes the return type to drop thejest.MockInstance<Response, MockCall>
designation.The text was updated successfully, but these errors were encountered: