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: [],