jest-fetch-mock icon indicating copy to clipboard operation
jest-fetch-mock copied to clipboard

Add new examples for async

Open jefflau opened this issue 7 years ago • 0 comments

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?

jefflau avatar Nov 24 '18 13:11 jefflau