ci: fix ClawHub plugin peer fixture · openclaw/openclaw@af31fc9
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -123,6 +123,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
123 | 123 | const sweepScript = readFileSync("scripts/e2e/lib/plugins/sweep.sh", "utf8"); |
124 | 124 | const clawhubScript = readFileSync("scripts/e2e/lib/plugins/clawhub.sh", "utf8"); |
125 | 125 | const assertionsScript = readFileSync("scripts/e2e/lib/plugins/assertions.mjs", "utf8"); |
| 126 | +const fixtureServer = readFileSync("scripts/e2e/lib/clawhub-fixture-server.cjs", "utf8"); |
126 | 127 | const prereleasePlan = createPluginPrereleaseTestPlan(); |
127 | 128 | |
128 | 129 | expect(lane).toEqual( |
@@ -139,6 +140,8 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
139 | 140 | expect(assertionsScript).toContain("assertClawHubExternalInstallContract"); |
140 | 141 | expect(assertionsScript).toContain('node_modules", "openclaw'); |
141 | 142 | expect(assertionsScript).toContain('node_modules", "is-number'); |
| 143 | +expect(fixtureServer).toContain('"is-number": "7.0.0"'); |
| 144 | +expect(fixtureServer).toContain('openclaw: ">=2026.4.11"'); |
142 | 145 | }); |
143 | 146 | |
144 | 147 | it("wires the full plugin prerelease plan into its release workflow", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。