* Used when you want to check that an item is in a list. * For testing the items in the list, this matcher recursively checks the * equality of all fields, rather than checking for object identity.
(expected: unknown)
| 218 | * equality of all fields, rather than checking for object identity. |
| 219 | */ |
| 220 | toContainEqual(expected: unknown): R; |
| 221 | /** |
| 222 | * Used when you want to check that two objects have the same value. |
| 223 | * This matcher recursively checks the equality of all fields, rather than checking for object identity. |
no outgoing calls
no test coverage detected