From b2c2e086410561bd3fcac23c9171616a8899e6dd Mon Sep 17 00:00:00 2001 From: Nito Buendia Date: Wed, 16 Mar 2022 20:15:09 +0800 Subject: [PATCH] Remove @since tag from JSDoc --- src/core/matchers/toHaveSpyInteractions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/matchers/toHaveSpyInteractions.js b/src/core/matchers/toHaveSpyInteractions.js index d9c3c72e..37bf5481 100755 --- a/src/core/matchers/toHaveSpyInteractions.js +++ b/src/core/matchers/toHaveSpyInteractions.js @@ -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();