jameslnewell / xhr-mock

Utility for mocking XMLHttpRequest.
196 stars 48 forks source link

clean jest mock integration? #74

Closed tmc closed 5 years ago

tmc commented 5 years ago

I'm not seeing a super ergonomic way for this to work with jest.fn() mock calls. Could you provide an example?

jameslnewell commented 5 years ago

Sorry I'm not sure I understand. Can you please describe how you'd expect to use jest.fn()?