mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(update): include ClawHub sync summary fixtures
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user