| 1 | // SPDX-License-Identifier: AGPL-3.0-only |
| 2 | // Copyright (C) 2026 Giancarlo Erra - Altaire Limited |
| 3 | import { afterEach, beforeAll, describe, expect, it } from "vitest"; |
| 4 | import type { GraphBuildProgress } from "../../src/services/code-graph.js"; |
nothing calls this directly
no test coverage detected