test(parallels): update npm smoke guard expectation · openclaw/openclaw@cc2b4cf
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,10 +21,14 @@ describe("parallels npm update smoke", () => {
|
21 | 21 | expect(script).toContain("delete entries.whatsapp"); |
22 | 22 | expect(script).toContain("Remove-FuturePluginEntries\n Stop-OpenClawGatewayProcesses"); |
23 | 23 | expect(script).toContain("scrub_future_plugin_entries\nstop_openclaw_gateway_processes"); |
24 | | -expect(script).toContain("$env:OPENCLAW_DISABLE_BUNDLED_PLUGINS = '1'"); |
25 | | -expect(script).toContain( |
| 24 | +expect(script).not.toContain("$env:OPENCLAW_DISABLE_BUNDLED_PLUGINS = '1'\n & $Path update"); |
| 25 | +expect(script).not.toContain( |
26 | 26 | "OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 /opt/homebrew/bin/openclaw update", |
27 | 27 | ); |
28 | | -expect(script).toContain("OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 openclaw update"); |
| 28 | +expect(script).not.toContain("OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 openclaw update"); |
| 29 | +expect(script).toContain( |
| 30 | +"OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 /opt/homebrew/bin/openclaw gateway stop", |
| 31 | +); |
| 32 | +expect(script).toContain("OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 openclaw gateway stop"); |
29 | 33 | }); |
30 | 34 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。