commit a0988e37451795537bafacf7407e5bebc9da545f parent cba6e9c69a8da2d264fb1ce0c8fa1b433489c18f Author: Sergej Orlov <wladimirych@gmail.com> Date: Sat, 21 Dec 2019 22:25:36 +0300 tests: configure to show diffs on failures Diffstat:
M | test/karma.conf.js | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/karma.conf.js b/test/karma.conf.js @@ -25,5 +25,8 @@ module.exports = function(config) { reporter: 'spec', } }, + mochaReporter: { + showDiff: true + } }); };