Added missing @since annotations

This commit is contained in:
Steve Gravrock
2021-09-23 13:38:52 -07:00
parent be29aa95eb
commit 1f318c3c93
8 changed files with 38 additions and 2 deletions
+1
View File
@@ -126,6 +126,7 @@ getJasmineRequireObj().Expectation = function(j$) {
* Otherwise evaluate the matcher.
* @member
* @name async-matchers#already
* @since 3.8.0
* @type {async-matchers}
* @example
* await expectAsync(myPromise).already.toBeResolved();