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

Added support for Jest Matchers #69

Closed s-montigny-desautels closed 3 years ago

s-montigny-desautels commented 3 years ago

Added the possibility to use Jest matcher with calledWith. I think it can resolve #67 and #23