toBeGreaterThan
Asserts that the value is not greater than given value.
toBeGreaterThan(value: number): void
Related
- class NegatedAssertionRepresents a value ready to be asserted, using inverse logic.
Asserts that the value is not greater than given value.
toBeGreaterThan(value: number): void