Skip to content

Commit

Permalink
Merge pull request #80 from yagni/null-reporter-fix
Browse files Browse the repository at this point in the history
Fix so null reporter builds again.
  • Loading branch information
jschilli committed Aug 6, 2015
2 parents d27031a + 79059c5 commit 532eba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/reporters/null-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ var Reporter = require('../reporter');
*/
module.exports = Reporter.extend({
report: function(/* coverageData */) {
},
processOptions: function(/* options */) {
}
});

0 comments on commit 532eba1

Please sign in to comment.