DEV Community

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

Collapse
 
devbirgit profile image
Birgit Pohl 🏡

Thanks. It looks pretty easy.
I was wondering when a mockedClass is re-used throughout the project, how this may look like. jest.mock() does not return anything, does it?