debitoor / chai-subset

"containSubset" object properties matcher for Chai
http://chaijs.com/plugins/chai-subset/
MIT License
82 stars 20 forks source link

More understandable Assertion Error Messages #78

Open thiscode opened 3 years ago

thiscode commented 3 years ago

Because I needed more detailed assertion error messages (what exactly differs) I have rewritten the compare function. It throws an error instead returning false. Now I can catch the message in every level and use it for the assertion error message. Maybe that's interesting for you too.