| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { extractCompositionErrorsFromLint, shouldIgnoreRequestFailure } from "./validate.js"; |
| 3 | import type { ProjectLintResult } from "../utils/lintProject.js"; |
| 4 |
nothing calls this directly
no test coverage detected