marchaos / jest-mock-extended

Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
MIT License
828 stars 57 forks source link

Indicate the mock is a class instance #50

Closed codeinabox closed 3 years ago

codeinabox commented 3 years ago

In trying to mock a class we discovered it only creates a mock instance and doesn't not mock the constructor