| 1 | import { describe, expect, test } from "bun:test"; |
| 2 | import type { VisibleAgentNote } from "../lib/agentAnnotations"; |
| 3 | import { measureDiffSectionGeometry } from "./diffSectionGeometry"; |
| 4 | import { resolveTheme } from "../themes"; |
nothing calls this directly
no test coverage detected