Deprecate console reporter

- jasmine-npm has its own version so it's no longer dependent on this
  one.

[finish #80410002]
This commit is contained in:
slackersoft
2014-10-10 15:05:38 -07:00
parent c8cd2eabe5
commit 6d6c31328b

View File

@@ -6,6 +6,7 @@ getJasmineRequireObj().ConsoleReporter = function() {
};
function ConsoleReporter(options) {
console.warn('ConsoleReporter is deprecated and will be removed in a future version.');
var print = options.print,
showColors = options.showColors || false,
onComplete = options.onComplete || function() {},