diff --git a/src/plugins/runtime-registry-boundary.test.ts b/src/plugins/runtime-registry-boundary.test.ts index 928581be420..1553401a831 100644 --- a/src/plugins/runtime-registry-boundary.test.ts +++ b/src/plugins/runtime-registry-boundary.test.ts @@ -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", ]);