test: clarify plugin prerelease lane assertion · openclaw/openclaw@5cf4969
steipete
·
2026-05-08
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -71,7 +71,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
71 | 71 | const plan = createPluginPrereleaseTestPlan(); |
72 | 72 | |
73 | 73 | expect(plan.dockerLanes).not.toContain("openai-web-search-minimal"); |
74 | | -expect(plan.dockerLanes.some((lane) => lane.startsWith("live-"))).toBe(false); |
| 74 | +expect(plan.dockerLanes.filter((lane) => lane.startsWith("live-"))).toEqual([]); |
75 | 75 | expect(plan.staticChecks).toContainEqual({ |
76 | 76 | check: "live-ish-availability", |
77 | 77 | checkName: "checks-plugin-prerelease-live-ish-availability", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。