marchaos / jest-mock-extended

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

Explicitly Show DeepMockProxy<T> In Readme Example #86

Closed effs closed 2 years ago

effs commented 2 years ago

It took me a moment to figure out that the MockProxy<T> type mentioned earlier should't be used in this case.