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