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

deep mocked objects are unable to have a key called 'calls' with data? #71

Closed toddtarsi closed 3 years ago

toddtarsi commented 3 years ago

This seems non-ideal. How do we resolve it?

toddtarsi commented 3 years ago

Ah nm, I just split up my mock into more mocks. Thanks for the nice codebase! ✌️