* Used to check that an object has a `.length` property * and it is set to a certain numeric value.
(expected: number)
| 255 | * and it is set to a certain numeric value. |
| 256 | */ |
| 257 | toHaveLength(expected: number): R; |
| 258 | /** |
| 259 | * Use to test the specific value that a mock function returned for the nth call. |
| 260 | * If the nth call to the mock function threw an error, then this matcher will fail |
no outgoing calls