toBe
Asserts that the value is not strictly equal to given value (using the
!==
operator).
toBe(value?: T): void
Related
- class NegatedAssertionRepresents a value ready to be asserted, using inverse logic.
Asserts that the value is not strictly equal to given value (using the
!==
operator).
toBe(value?: T): void