| 1 | import { describe, it, expect, afterEach } from 'vitest'; |
| 2 | import { runFanout, type FanoutJob } from '../src/orchestration/fanout.js'; |
| 3 | import { setSubAgentRunner } from '../src/tools/builtin/task.js'; |
| 4 |
nothing calls this directly
no test coverage detected