Remove @since tag from JSDoc

This commit is contained in:
Nito Buendia
2022-03-16 20:15:09 +08:00
parent d7d75abc42
commit b2c2e08641

View File

@@ -8,7 +8,6 @@ getJasmineRequireObj().toHaveSpyInteractions = function(j$) {
* {@link expect} the actual (a {@link SpyObj}) spies to have been called.
* @function
* @name matchers#toHaveSpyInteractions
* @since 4.0.0
* @example
* expect(mySpyObj).toHaveSpyInteractions();
* expect(mySpyObj).not.toHaveSpyInteractions();