Skip to content

v0.6.3

Compare
Choose a tag to compare
@kettanaito kettanaito released this 03 Jan 08:53

Changes

  • 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).