test: allow capability provider runtime registry lookup

This commit is contained in:
Peter Steinberger
2026-05-03 13:35:36 +01:00
parent fbe9e2296f
commit 74f9a2aedd

View File

@@ -6,6 +6,7 @@ import { describe, expect, it } from "vitest";
const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), "../..");
const allowedRuntimeResolverRefs = new Set([
"src/commands/doctor.e2e-harness.ts",
"src/plugins/capability-provider-runtime.ts",
"src/plugins/loader.ts",
]);