()
| 414 | |
| 415 | /** Test-only: clear the reused-container caches between cases. */ |
| 416 | export function __resetRunningContainers(): void { |
| 417 | runningContainers.clear(); |
| 418 | pendingContainers.clear(); |
| 419 | } |
| 420 | |
| 421 | /** |
| 422 | * Stable identity for a dev container so repeat requests reuse the same running |