| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { ResolveCache, fingerprintBearer, type ResolvedPrincipal } from "../src/resolve.js"; |
| 3 | |
| 4 | const PRIN: ResolvedPrincipal = { scope: "agent", agentEmail: "bot@example.com" }; |
nothing calls this directly
no test coverage detected