Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively.
This commit is contained in:
@@ -60,6 +60,9 @@ jasmine.Spec.prototype.addToQueue = function (block) {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {jasmine.ExpectationResult} result
|
||||
*/
|
||||
jasmine.Spec.prototype.addMatcherResult = function(result) {
|
||||
this.results_.addResult(result);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user