From d638b491cf34c3d520d7e8efe01ea401426096ad Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Jul 2026 06:48:02 -0700 Subject: [PATCH] test(update): include ClawHub sync summary fixtures --- src/cli/update-cli.test.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/cli/update-cli.test.ts b/src/cli/update-cli.test.ts index 02d849147116..eab3673f5596 100644 --- a/src/cli/update-cli.test.ts +++ b/src/cli/update-cli.test.ts @@ -985,6 +985,7 @@ describe("update-cli", () => { config: baseConfig, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -2032,6 +2033,7 @@ describe("update-cli", () => { config: baseConfig, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [trustWarning], errors: [ @@ -2065,6 +2067,7 @@ describe("update-cli", () => { config: params.config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [trustWarning], errors: [ @@ -2150,6 +2153,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5479,6 +5483,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5530,6 +5535,7 @@ describe("update-cli", () => { }, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5591,6 +5597,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5682,6 +5689,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5769,6 +5777,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5835,6 +5844,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5893,6 +5903,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -5974,6 +5985,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -6052,6 +6064,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -6124,6 +6137,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -6191,6 +6205,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -6253,6 +6268,7 @@ describe("update-cli", () => { config: sourceConfig, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -6513,6 +6529,7 @@ describe("update-cli", () => { config, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [], @@ -7492,6 +7509,7 @@ describe("update-cli", () => { config: params.config ?? baseConfig, summary: { switchedToBundled: [], + switchedToClawHub: [], switchedToNpm: [], warnings: [], errors: [],