test: allow ollama public surface boundary test

This commit is contained in:
Peter Steinberger
2026-04-17 07:26:08 +01:00
parent 89706d323c
commit 7d4f1a6777

View File

@@ -173,6 +173,7 @@ describe("non-extension test boundaries", () => {
it("keeps bundled plugin public-surface imports on an explicit core allowlist", () => {
const allowed = new Set([
"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/plugin-sdk/testing.ts",
]);