| 1 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { GLOBAL_VAR_REGEX } from "../constants"; |
| 3 | import type { PromptContext } from "./formatter"; |
| 4 | import { Formatter } from "./formatter"; |
nothing calls this directly
no test coverage detected