diff --git a/lib/jasmine.js b/lib/jasmine.js index aeda0847..ee5570fb 100644 --- a/lib/jasmine.js +++ b/lib/jasmine.js @@ -140,6 +140,11 @@ Jasmine.prototype.provideFallbackReporter = function(reporter) { this.env.provideFallbackReporter(reporter); }; +/** + * Configures the default reporter that is installed if no other reporter is + * specified. + * @param {ConsoleReporterOptions} options + */ Jasmine.prototype.configureDefaultReporter = function(options) { options.print = options.print || function() { process.stdout.write(util.format.apply(this, arguments));