DEV Community

Discussion on: The only 3 steps you need to mock an API call in Jest

Collapse
 
neutrinosunset profile image
Neutrino

That's great. But how do you mock an method of a class instead of a top level function that is exported directly?