Bump version to 4.1.0
This commit is contained in:
@@ -6949,6 +6949,7 @@ getJasmineRequireObj().toHaveSpyInteractions = function(j$) {
|
||||
* {@link expect} the actual (a {@link SpyObj}) spies to have been called.
|
||||
* @function
|
||||
* @name matchers#toHaveSpyInteractions
|
||||
* @since 4.1.0
|
||||
* @example
|
||||
* expect(mySpyObj).toHaveSpyInteractions();
|
||||
* expect(mySpyObj).not.toHaveSpyInteractions();
|
||||
@@ -10287,5 +10288,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
||||
};
|
||||
|
||||
getJasmineRequireObj().version = function() {
|
||||
return '4.0.1';
|
||||
return '4.1.0';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user