DEV Community

Discussion on: How to mock an imported Typescript class with Jest

Collapse
 
emmytobs profile image
Emmytobs

I got an error saying X.mockClear is not a function (X is the class I want to mock). I can't find anything wrong with my setup. Could you help suggest what I can do to resolve it. Thanks