jest-fetch-mock
jest-fetch-mock copied to clipboard
Add new examples for async
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.
- Example of a timeout and reject representing the server being down
- Example of a timeout and resolve representing a slow server
@lsimone @tiger9502 - Does this sound good or are there any other things you want me to add?