Tests if the array's length is greater than the constraint number.
array
constraint
expect(isArraySizeGreaterThan([1,2], 1).value).toBeTruthy()
The array being checked.
The size constraint
Generated using TypeDoc
Tests if the
array's length is greater than theconstraintnumber.Example