jefflau / jest-fetch-mock

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

Add reject async example #98

Open jefflau opened 5 years ago

jefflau commented 5 years ago

With 2.0.0 release, we have functions that allow for an asynchronous mocks. I've added a resolve example, but we need to add a reject example