jest-fetch-mock
jest-fetch-mock copied to clipboard
Create an example codesandbox to supplement documentation
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
I think Codesandbox does not allow mocking modules and I'm not sure if there is any platform out there that supports it.
You can't run jest within codesandbox?
You can run jest, but unfortunately, it does not allow mocking :/ (as far as I know)
@jefflau @taverasmisael Repl https://repl.it supports jest mocking.