From: Bill Erickson Date: Tue, 6 May 2014 18:20:04 +0000 (-0400) Subject: not using coverage test plugin at the moment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d43f34fa1d1b16af5e0090c0eeef0f3cdd2d8a6b;p=working%2FEvergreen.git not using coverage test plugin at the moment Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/test/karma.conf.js b/Open-ILS/web/js/ui/default/staff/test/karma.conf.js index 6acd77d47b..e20f3db101 100644 --- a/Open-ILS/web/js/ui/default/staff/test/karma.conf.js +++ b/Open-ILS/web/js/ui/default/staff/test/karma.conf.js @@ -3,7 +3,7 @@ module.exports = function(config){ basePath : '../', // config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - logLevel: config.LOG_DEBUG, + logLevel: config.LOG_INFO, files : [ 'build/angular.min.js', @@ -44,7 +44,7 @@ module.exports = function(config){ // test results reporter to use // possible values: 'dots', 'progress', 'junit', 'growl', 'coverage' - reporters: ['progress', 'coverage'], + reporters: ['progress'], // enable / disable colors in the output (reporters and logs) colors: true,