()
| 161 | }; |
| 162 | |
| 163 | const stop = () => { |
| 164 | // TODO: remove type cast after dependency update |
| 165 | clearTimeout(timeoutId!); |
| 166 | observer.disconnect(); |
| 167 | restore.cancel(); |
| 168 | }; |
| 169 | |
| 170 | const skip = () => { |
| 171 | observer.takeRecords(); |
no test coverage detected