jest-fetch-mock icon indicating copy to clipboard operation
jest-fetch-mock copied to clipboard

Create an example codesandbox to supplement documentation

Open jefflau opened this issue 6 years ago • 4 comments

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

jefflau avatar Dec 20 '18 17:12 jefflau

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

taverasmisael avatar Feb 27 '19 05:02 taverasmisael

You can't run jest within codesandbox?

jefflau avatar Mar 08 '19 08:03 jefflau

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

taverasmisael avatar Mar 09 '19 01:03 taverasmisael

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

tata81 avatar Aug 29 '19 15:08 tata81