@@ -6,7 +6,9 @@ getJasmineRequireObj().ConsoleReporter = function() {
|
||||
};
|
||||
|
||||
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,
|
||||
showColors = options.showColors || false,
|
||||
onComplete = options.onComplete || function() {},
|
||||
|
||||
Reference in New Issue
Block a user