()
| 140 | |
| 141 | |
| 142 | stop() { |
| 143 | if (this._timer) { |
| 144 | clearTimeout(this._timer); |
| 145 | this._timer = 0; |
| 146 | } |
| 147 | } |
| 148 | |
| 149 | async _update(takeScreenshot, actionName) { |
| 150 | let op = this._ops[this._currentOpIndex]; |
no outgoing calls
no test coverage detected