jefflau / jest-fetch-mock

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

Add new examples for async #96

Open jefflau opened 5 years ago

jefflau commented 5 years ago

New PR https://github.com/jefflau/jest-fetch-mock/pull/75 adds async support. We should add an example to show how to use it.

@lsimone @tiger9502 - Does this sound good or are there any other things you want me to add?