Fixed jsdocs for recent additions

This commit is contained in:
Steve Gravrock
2020-07-10 15:41:02 -07:00
parent 226d3ba939
commit 70c416d5c9
4 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ getJasmineRequireObj().toHaveSize = function(j$) {
* {@link expect} the actual size to be equal to the expected, using array-like length or object keys size.
* @function
* @name matchers#toHaveSize
* @since 3.5.1
* @since 3.6.0
* @param {Object} expected - Expected size
* @example
* array = [1,2];