| 1 | import { describe, it, expect } from "vitest"; |
| 2 | import { findFrontmatterBounds } from "../src/frontmatter"; |
| 3 | import { resolveCompletions } from "../src/completion"; |
| 4 | import type { ScopeEntry, TaskEntry } from "../src/config"; |
nothing calls this directly
no test coverage detected