Leigh Halliday
YouTubeTwitterGitHub

#jest

How To Mock Fetch in Jest

Making HTTP requests in tests isn't a great idea in most situations... it can slow your tests down, is unreliable, and the API you are…

READ MORE