mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
test(docker): expect discord onboard package lane
This commit is contained in:
@@ -146,6 +146,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
]);
|
||||
expect(packageUpdateCore.lanes.map((lane) => lane.name)).toEqual([
|
||||
"npm-onboard-channel-agent",
|
||||
"npm-onboard-discord-channel-agent",
|
||||
"doctor-switch",
|
||||
"update-channel-switch",
|
||||
"upgrade-survivor",
|
||||
@@ -157,6 +158,10 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
name: "npm-onboard-channel-agent",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "npm-onboard-discord-channel-agent",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "doctor-switch",
|
||||
stateScenario: "empty",
|
||||
|
||||
Reference in New Issue
Block a user