jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
883 stars 116 forks source link

Disable mock for specific tests #121

Open OzzieOrca opened 5 years ago

OzzieOrca commented 5 years ago

Is there a way to disable the mocking for specific tests and use the real fetch to hit a live server? Just for reference http://www.wheresrhys.co.uk/fetch-mock/#usageconfiguration has a fallbackToNetwork option.

jefflau commented 5 years ago

Currently there is not