not using coverage test plugin at the moment
authorBill Erickson <berick@esilibrary.com>
Tue, 6 May 2014 18:20:04 +0000 (14:20 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 6 May 2014 18:20:04 +0000 (14:20 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/staff/test/karma.conf.js

index 6acd77d..e20f3db 100644 (file)
@@ -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,