chai-things
chai-things copied to clipboard
Use original all method if asserting on an object
Fixes #24
Added two tests to confirm the behaviour for core Chai's should.have.all.keys works.
Modified the tests for should.all.equal on objects, since we now defer to the original method in this case.
I couldn't figure out the best way of doing this, but this seems to work. I'm happy to accept improvements/changes :)