From 647c56ef66eb223fca9504dfd5ab8ac886bc6ae5 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 17 Apr 2026 14:43:50 -0700 Subject: [PATCH] test(boundary): allow contract public-surface helpers --- test/extension-test-boundary.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/extension-test-boundary.test.ts b/test/extension-test-boundary.test.ts index 4e73ee80944..bd8647b1d1c 100644 --- a/test/extension-test-boundary.test.ts +++ b/test/extension-test-boundary.test.ts @@ -175,6 +175,8 @@ describe("non-extension test boundaries", () => { "src/auto-reply/reply.triggers.trigger-handling.test-harness.ts", "src/agents/models-config.providers.ollama.test.ts", "src/commands/channel-test-registry.ts", + "src/plugins/contracts/provider-vitest-registry.ts", + "src/plugins/contracts/web-provider-vitest-registry.ts", "src/plugin-sdk/testing.ts", ]); const files = walkCode(path.join(repoRoot, "src"));