Clear the ignored-active-run markers (mirrors a session-generating reset).
()
| 283 | |
| 284 | /** Clear the ignored-active-run markers (mirrors a session-generating reset). */ |
| 285 | resetIgnored(): void { |
| 286 | this.ignoredActiveRunIds.clear() |
| 287 | } |
| 288 | |
| 289 | /** |
| 290 | * Consume the current runless run id (if any), forgetting it. Used when an |
no test coverage detected