From 95a39ef88ce34996ab87fdcf1c52aa2eb6095b4f Mon Sep 17 00:00:00 2001 From: Matteo Perelli Date: Thu, 22 Dec 2016 12:05:58 +0100 Subject: [PATCH] Config file fix --- karma.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index 2b3b24a057..9061846541 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -58,7 +58,7 @@ module.exports = function(config) { reporters:[ {type: 'in-memory'}, {type: 'json', subdir: '.', file: 'coverage-final.json'}, - {type : 'html', dir : 'coverage/'} + {type: 'html', dir : 'coverage/'} ] }, @@ -98,7 +98,7 @@ module.exports = function(config) { logLevel: config.LOG_INFO, // enable / disable watching file and executing tests whenever any file changes - autoWatch: true, + autoWatch: false, /* * start these browsers