()
| 131 | } |
| 132 | |
| 133 | reset(): void { |
| 134 | this._cancelledTicks = {}; |
| 135 | this._now = 0; |
| 136 | this._ticks = []; |
| 137 | this._immediates = []; |
| 138 | this._timers = new Map(); |
| 139 | } |
| 140 | |
| 141 | now(): number { |
| 142 | if (this._fakingTime) { |
no outgoing calls
no test coverage detected