| 1 | import { describe, it, beforeEach } from 'node:test' |
| 2 | import assert from 'node:assert/strict' |
| 3 | import { AssistantManager, type AssistantManagerFs, type AssistantManagerDeps } from '../assistant-manager' |
| 4 |
nothing calls this directly
no test coverage detected