* Used when you want to check that two objects have the same value. * This matcher recursively checks the equality of all fields, rather than checking for object identity.
(expected: unknown)
| 223 | * This matcher recursively checks the equality of all fields, rather than checking for object identity. |
| 224 | */ |
| 225 | toEqual(expected: unknown): R; |
| 226 | /** |
| 227 | * Ensures that a mock function is called. |
| 228 | */ |
no outgoing calls