jest-fetch-mock
jest-fetch-mock copied to clipboard
Disable mock for specific tests
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.
Currently there is not