grug / data-mocks

Library to mock local data requests using Fetch or XHR
MIT License
63 stars 12 forks source link

Add documentation for the allowFetchPassthrough config option #40

Closed martinmcnulty closed 5 years ago

martinmcnulty commented 5 years ago

Seems like allowFetchPassthrough was missing from the README, so this PR adds it.

I also fixed a test description for allowFetchPassthrough. The test was checking the right thing (that setting allowFetchPassthrough to true would set fallbackToNetwork to true as well), but the description said the opposite.

grug commented 5 years ago

You're a gentleman and a scholar, @martinmcnulty