| 1 | import { expect, test, mock } from 'bun:test' |
| 2 | |
| 3 | // Note: mock specifier must resolve to the same module that impl actually imports (bun mock.module |
| 4 | // matches by resolved module). impl uses '@claude-code-best/builtin-tools/...' and 'src/*' alias |
nothing calls this directly
no test coverage detected