| 1 | import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest"; |
| 2 | |
| 3 | describe("parseVariablesArg", () => { |
| 4 | let parseVariablesArg: typeof import("./variables.js").parseVariablesArg; |
nothing calls this directly
no test coverage detected