From 1250dcab4813d3ea65b8e3548e4cee332d34a633 Mon Sep 17 00:00:00 2001 From: abiyasa Date: Fri, 10 Feb 2017 17:21:25 +0100 Subject: [PATCH] Show inline diff Show inline diff by default --- source/testers/mocha.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/testers/mocha.js b/source/testers/mocha.js index 3e4b6c0..0cf271c 100644 --- a/source/testers/mocha.js +++ b/source/testers/mocha.js @@ -8,6 +8,7 @@ var utils = require('../utils'); var mocha = new Mocha({ ui: 'bdd', reporter: 'spec', + useInlineDiffs: true, grep: args.grep, ignoreLeaks: false, globals: ['document', 'window', 'GLOBAL_LASSO']