zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

Support logging which handlers where considered for an unmatched request #340

Open diego-aquino opened 2 months ago

diego-aquino commented 2 months ago

Similarly to testing-library's logs when an element is not found and Jest's expect(...).toEqual(...) logs, Zimic could show some logs indicating which handlers where considered for a given unmatched request and which parts of them did not match (diff).