anything and stringMatching have custom pretty-print now.
This commit is contained in:
@@ -6,5 +6,9 @@ getJasmineRequireObj().Anything = function(j$) {
|
||||
return !j$.util.isUndefined(other) && other !== null;
|
||||
};
|
||||
|
||||
Anything.prototype.jasmineToString = function() {
|
||||
return "<jasmine.anything>";
|
||||
};
|
||||
|
||||
return Anything;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user