From d43f34fa1d1b16af5e0090c0eeef0f3cdd2d8a6b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 6 May 2014 14:20:04 -0400 Subject: [PATCH] not using coverage test plugin at the moment Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/test/karma.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.11.0