* Ensures that a mock function is called an exact number of times.
(expected: number)
| 231 | * Ensures that a mock function is called an exact number of times. |
| 232 | */ |
| 233 | toHaveBeenCalledTimes(expected: number): R; |
| 234 | /** |
| 235 | * Ensure that a mock function is called with specific arguments. |
| 236 | */ |
no outgoing calls