jefflau / jest-fetch-mock

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

Create an example codesandbox to supplement documentation #101

Open jefflau opened 5 years ago

jefflau commented 5 years ago

Currently we only have a few examples to help newbies use jest-fetch-mock. Although it's fairly self explanatory, I'd like to create a codesandbox with a simple React app (or other front-end frameworks) to show how you might use it with jest

taverasmisael commented 5 years ago

I think Codesandbox does not allow mocking modules and I'm not sure if there is any platform out there that supports it.

jefflau commented 5 years ago

You can't run jest within codesandbox?

taverasmisael commented 5 years ago

You can run jest, but unfortunately, it does not allow mocking :/ (as far as I know)

tata81 commented 5 years ago

@jefflau @taverasmisael Repl https://repl.it supports jest mocking.