Remove @since tag from JSDoc
This commit is contained in:
@@ -8,7 +8,6 @@ getJasmineRequireObj().toHaveSpyInteractions = function(j$) {
|
|||||||
* {@link expect} the actual (a {@link SpyObj}) spies to have been called.
|
* {@link expect} the actual (a {@link SpyObj}) spies to have been called.
|
||||||
* @function
|
* @function
|
||||||
* @name matchers#toHaveSpyInteractions
|
* @name matchers#toHaveSpyInteractions
|
||||||
* @since 4.0.0
|
|
||||||
* @example
|
* @example
|
||||||
* expect(mySpyObj).toHaveSpyInteractions();
|
* expect(mySpyObj).toHaveSpyInteractions();
|
||||||
* expect(mySpyObj).not.toHaveSpyInteractions();
|
* expect(mySpyObj).not.toHaveSpyInteractions();
|
||||||
|
|||||||
Reference in New Issue
Block a user