asvetliakov / jest-create-mock-instance

Create mock instances with Jest
MIT License
34 stars 4 forks source link

Does not mock properties #2

Closed RubenVerborgh closed 6 years ago

RubenVerborgh commented 6 years ago

Mocked instances only include methods, but not properties in their type signature. This makes them incompatible with the original type.