You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functionality to Exclude is awesome, but depending on project they might only want to mock a few calls and exclude all others. Perhaps an additional option to allow all non-matched urls to fallback to raw. Similar to fetch-mock's fallbackToNetwork option
The text was updated successfully, but these errors were encountered:
#6
true: Unhandled calls fall through to the network
false: Unhandled calls throw an error
'always': All calls fall through to the network, effectively disabling fetch-mock.
Functionality to Exclude is awesome, but depending on project they might only want to mock a few calls and exclude all others. Perhaps an additional option to allow all non-matched urls to fallback to raw. Similar to fetch-mock's fallbackToNetwork option
The text was updated successfully, but these errors were encountered: