Does this project work with Jest mocks?
Rydra opened this issue · 0 comments
Rydra commented
Hi,
I'm using hamjest as my assertion library, and I bumped into this project to make proper hamcrest assertions over my mocks. I'm working on a big project that extensively uses jest mock objects (like jest.fn()
and the likes. Do the assertions of this library work with jest mocks as well?
Thanks!