* Used to check that a JavaScript object matches a subset of the properties of an object
(
expected: Record<string, unknown> | Array<Record<string, unknown>>,
)
| 299 | * Used to check that a JavaScript object matches a subset of the properties of an object |
| 300 | */ |
| 301 | toMatchObject( |
| 302 | expected: Record<string, unknown> | Array<Record<string, unknown>>, |
| 303 | ): R; |
| 304 | /** |
no outgoing calls