Docs (4.0.0)
class NegatedAssertion method

toBeGreaterThanOrEqualTo

Asserts that the value is not greater than or equal to given value.

toBeGreaterThanOrEqualTo(value: number): void

Related