Add unit coverage for ExpectationResult
This commit is contained in:
@@ -508,6 +508,7 @@ jasmine.util.extend = function(destination, source) {
|
||||
return destination;
|
||||
};
|
||||
|
||||
//TODO: expectation result may make more sense as a presentation of an expectation.
|
||||
jasmine.ExpectationResult = function(params) {
|
||||
this.type = 'expect';
|
||||
this.matcherName = params.matcherName;
|
||||
|
||||
Reference in New Issue
Block a user