ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.44k stars 244 forks source link

added some more detailed error messages #212

Closed davidjnelson-bluescape closed 4 years ago

davidjnelson-bluescape commented 5 years ago

if requests don't match, show the expected and actual instead of 'a 404 occurred' to make debugging easier.

ctimmerm commented 4 years ago

This won't work if you have more than one handler for the same url but with different headers/body.