toBeArray
Asserts that the value is not an array.
toBeArray(match?: any): void
Note
This negated version does not take the same parameters as the base method Assertion.toBeArray()
Related
- class NegatedAssertionRepresents a value ready to be asserted, using inverse logic.