Docs (4.0.0)
class NegatedAssertion method

toEqual

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

toEqual(value: number): void

Related