kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Show diff in Mocha reports #207

Closed ljpengelen closed 6 years ago

ljpengelen commented 6 years ago

For the project I'm working on, I've configured karma such that diffs are shown in the reports generated by Mocha when equality assertions fail. The feature is documented here: https://github.com/litixsoft/karma-mocha-reporter#showdiff

It seems like pretty useful behavior to me, so I propose to make it the default behavior.

pascalw commented 6 years ago

This is a nice default option indeed! Thanks 👍