From aa6417b93d2636677a29845cbe3e7e2c77131955 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 28 Apr 2026 03:20:53 +0100 Subject: [PATCH] test: align doctor plugin manifest mocks --- src/commands/doctor-legacy-config.migrations.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands/doctor-legacy-config.migrations.test.ts b/src/commands/doctor-legacy-config.migrations.test.ts index 77299be60c0..56ee052f5f8 100644 --- a/src/commands/doctor-legacy-config.migrations.test.ts +++ b/src/commands/doctor-legacy-config.migrations.test.ts @@ -18,16 +18,19 @@ vi.mock("../plugins/manifest-registry.js", () => ({ { id: "brave", origin: "bundled", + channels: [], contracts: { webSearchProviders: ["brave"] }, }, { id: "google", origin: "bundled", + channels: [], contracts: { webSearchProviders: ["gemini"] }, }, { id: "firecrawl", origin: "bundled", + channels: [], contracts: { webSearchProviders: ["firecrawl"] }, }, ],