()
| 473 | |
| 474 | it('can detach a foreground subagent through the background manager', async () => { |
| 475 | let resolveCompletion: (value: { result: string }) => void = () => {}; |
| 476 | const completion = new Promise<{ result: string }>((resolve) => { |
| 477 | resolveCompletion = resolve; |
| 478 | }); |
no outgoing calls
no test coverage detected