Bump version to 4.1.0

This commit is contained in:
Steve Gravrock
2022-04-11 20:24:42 -07:00
parent d2bf6062cb
commit 04133264e0
4 changed files with 42 additions and 2 deletions
@@ -8,6 +8,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();