Let's just use the print function that's passed in for deprecation messaging
[#80410002]
This commit is contained in:
@@ -9,7 +9,7 @@ describe("ConsoleReporter", function() {
|
||||
output += str;
|
||||
},
|
||||
getOutput: function() {
|
||||
return output;
|
||||
return output.replace('ConsoleReporter is deprecated and will be removed in a future version.', '');
|
||||
},
|
||||
clear: function() {
|
||||
output = "";
|
||||
|
||||
Reference in New Issue
Block a user