jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
886 stars 118 forks source link

Small fetch function types update #71

Closed EButlerIV closed 6 years ago

EButlerIV commented 6 years ago

Small update to address my two issues (mockResponse methods returning mock functions, no access to fetch.mock).

Closes #70