Skip to content

Commit

Permalink
Fix so null reporter builds again.
Browse files Browse the repository at this point in the history
  • Loading branch information
yagni committed Aug 6, 2015
1 parent d27031a commit 79059c5
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 79059c5

Please sign in to comment.