Skip to content

Commit

Permalink
fixed phantom coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jul 4, 2014
1 parent 8ed63e5 commit 1b2ae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma/karma-unit.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module.exports = function (config) {
dir: 'coverage/'
};

configObject.reporters.push = 'coverage';
configObject.plugins.push = 'karma-coverage';
configObject.reporters.push('coverage');
configObject.plugins.push('karma-coverage');
}

/**
Expand Down

0 comments on commit 1b2ae4b

Please sign in to comment.