






















@@ -1,4 +1,5 @@
11import { describe, expect, it } from "vitest";
2+import { VERSION } from "../version.js";
23import {
34buildStatusAllOverviewRows,
45buildStatusCommandOverviewRows,
@@ -63,7 +64,7 @@ describe("status-overview-rows", () => {
6364}),
6465).toEqual(
6566expect.arrayContaining([
66-{ Item: "Version", Value: expect.any(String) },
67+{ Item: "Version", Value: VERSION },
6768{ Item: "OS", Value: "macOS" },
6869{ Item: "Config", Value: "/tmp/openclaw.json" },
6970{ Item: "Security", Value: "Run: openclaw security audit --deep" },
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。