* Resets the recorded calls to the mock function
()
| 158 | * Resets the recorded calls to the mock function |
| 159 | */ |
| 160 | resetCalls() { |
| 161 | this.#calls = []; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Tracks a call made to the mock function. |
no outgoing calls
no test coverage detected