toEqual
Asserts that the value is loosely equal to given value (using the
==
operator).
toEqual(value: any): void
Related
- class AssertionRepresents a value ready to be asserted.
Asserts that the value is loosely equal to given value (using the
==
operator).
toEqual(value: any): void