* Resets the recorded accesses to the property.
()
| 398 | * Resets the recorded accesses to the property. |
| 399 | */ |
| 400 | resetAccesses() { |
| 401 | this.#accesses = []; |
| 402 | } |
| 403 | |
| 404 | /** |
| 405 | * Restores the original value of the property that was mocked. |
no outgoing calls
no test coverage detected