axross / tap-diff

:dancers: The most human-friendly TAP reporter.
MIT License
94 stars 26 forks source link

Added `jsondiffpatch` for better object diffing #10

Closed tjbenton closed 8 years ago

tjbenton commented 8 years ago

Here's what the output looks like currently before

Here's what it looks like after my changes after

The changes I made just make it easier to read nested objects much easier. For objects that have functions it will still appear in a single line string like it currently does so it won't affect those test cases.

Hope this helps

axross commented 8 years ago

Thank you for your a great Pull Request!