From 4a2d0c3b531570a1b23757f4b5c3f0fd4ff6aac0 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Tue, 5 Apr 2016 14:06:30 -0400 Subject: [PATCH] text-summary reporter is bugged and hangs Karma - remove it. See: https://github.com/karma-runner/karma-coverage/issues/209 --- test/karma.conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/karma.conf.js b/test/karma.conf.js index 02c455eae..cd61c77e4 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -83,8 +83,7 @@ module.exports = function(config, options) { reporters: [ {type: 'html', subdir: 'coverage-js/html'}, {type: 'cobertura', file: 'coverage.xml'}, - {type: 'lcov', dir: 'coverage/'}, - {type: 'text-summary'} + {type: 'lcov', dir: 'coverage/'} ] },