()
| 55 | }); |
| 56 | |
| 57 | async function spawn1(): Promise<SpawnedDaemon> { |
| 58 | const d = await spawnDaemonForTest({ stateFile, idleMs: 60_000 }); |
| 59 | daemons.push(d); |
| 60 | return d; |
| 61 | } |
| 62 | |
| 63 | // ─── Submit round-trip ─────────────────────────────────────────── |
| 64 |
no test coverage detected