diff --git a/karma.conf.js b/karma.conf.js index 3d24a274..3e12b735 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -26,8 +26,8 @@ module.exports = function (config) { port: 9876, colors: true, logLevel: config.LOG_INFO, - autoWatch: true, + autoWatch: false, browsers: ["ChromeHeadless"], - singleRun: false + singleRun: true }); };