Switch to karma-mocha-reporter in tests
This produces more helpful output when test assertions involving deep equality checks fail. See https://www.npmjs.com/package/karma-mocha-reporter#showdiff This requires karma-mocha >= v0.2.2
Showing
... | ... | @@ -75,6 +75,7 @@ |
"karma-browserify": "^5.0.3", | ||
"karma-chai": "^0.1.0", | ||
"karma-mocha": "^0.2.2", | ||
"karma-mocha-reporter": "^2.0.0", | ||
"karma-phantomjs-launcher": "^0.2.3", | ||
"karma-sinon": "^1.0.4", | ||
"mocha": "^2.4.5", | ||
... | ... |
Please register or sign in to comment