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
ClientRequest: MockedResponse.body can now be undefined.
Bug fixes
Fixes an issue where the response event callback annotated the res argument as a Partial<MockedResponse>. Now the returned res argument is a full MockedResponse object (#82, #84).