elbywan / wretch

A tiny wrapper built around fetch with an intuitive syntax. :candy:
MIT License
4.83k stars 98 forks source link

Mocking Wretch for Jest #125

Closed LupulescuAlexandru closed 2 years ago

LupulescuAlexandru commented 2 years ago

Hello, I've been trying to mock the calls made by Wretch, but with no luck. Is there any kind of documentation for testing/mocking?

Thanks.

elbywan commented 2 years ago

Hey @LupulescuAlexandru,

Hello, I've been trying to mock the calls made by Wretch, but with no luck. Is there any kind of documentation for testing/mocking?

I think that mocking wretch should not be different than mocking any other module. You could also try to mock fetch which is used by wretch internally.