()
| 156 | } |
| 157 | |
| 158 | reset(): void { |
| 159 | if (this._checkFakeTimers()) { |
| 160 | const {now} = this._clock; |
| 161 | this._clock.reset(); |
| 162 | this._clock.setSystemTime(now); |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | setSystemTime(now?: number | Date | TemporalTimelike): void { |
| 167 | if (this._checkFakeTimers()) { |
no test coverage detected