This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
expect(fetch).toHaveBeenCalledWith(<url>)
doesn't work because it also receives undefined as second argument
#52
Labels
bug
Something isn't working
The README says:
But that doesn't work, indeed it looks like the mock always receives
undefined
as the second argument, and as a result this fails.The text was updated successfully, but these errors were encountered: