diff --git a/lib/reporters/null-reporter.js b/lib/reporters/null-reporter.js index f8046b7..a6ef455 100644 --- a/lib/reporters/null-reporter.js +++ b/lib/reporters/null-reporter.js @@ -7,5 +7,7 @@ var Reporter = require('../reporter'); */ module.exports = Reporter.extend({ report: function(/* coverageData */) { + }, + processOptions: function(/* options */) { } });