Skip to content

Commit

Permalink
text-summary reporter is bugged and hangs Karma - remove it. See:
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed Apr 5, 2016
1 parent 41bb59a commit 4a2d0c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'}
]
},

Expand Down

0 comments on commit 4a2d0c3

Please sign in to comment.