@@ -6,7 +6,9 @@ getJasmineRequireObj().ConsoleReporter = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function ConsoleReporter(options) {
|
function ConsoleReporter(options) {
|
||||||
console.warn('ConsoleReporter is deprecated and will be removed in a future version.');
|
if (console && console.warn) {
|
||||||
|
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