| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import { CodebaseSearcher } from '../src/core/search.js'; |
| 3 | import type { CodeChunk, SearchResult } from '../src/types/index.js'; |
| 4 | import type { EvalFixture, EvalQuery } from '../src/eval/types.js'; |
nothing calls this directly
no test coverage detected