toBe
Asserts that the value is strictly equal to given value (using the
===
operator).
toBe(value?: T): void
Related
- class AssertionRepresents a value ready to be asserted.
Asserts that the value is strictly equal to given value (using the
===
operator).
toBe(value?: T): void