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:
@@ -6,6 +6,7 @@ getJasmineRequireObj().ConsoleReporter = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function ConsoleReporter(options) {
|
function ConsoleReporter(options) {
|
||||||
|
console.warn('ConsoleReporter is deprecated and will be removed in a future version.');
|
||||||
var print = options.print,
|
var print = options.print,
|
||||||
showColors = options.showColors || false,
|
showColors = options.showColors || false,
|
||||||
onComplete = options.onComplete || function() {},
|
onComplete = options.onComplete || function() {},
|
||||||
|
|||||||
Reference in New Issue
Block a user