Docs (4.0.0)
class NegatedAssertion method

toBe

Asserts that the value is not strictly equal to given value (using the !== operator).

toBe(value?: T): void

Related