From 75181cda072f6a5125ce50d23c471f2952b3b2ce Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 5 May 2018 16:16:23 +1000 Subject: [PATCH] Update karma conf for more recent karma --- karma.conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index 76a758c2ce..577f7248ca 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -63,9 +63,10 @@ module.exports = function(config) { port: 9876, reporters: ['progress'], junitReporter: { + useBrowserName: false, outputFile: 'tests/output/karma.xml', suite: '' }, - singleRun: false + singleRun: true }); }; -- 2.25.1