mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:31:23 +00:00
fix(ci): repair e2e mocks and tool schemas
This commit is contained in:
@@ -249,6 +249,7 @@ vi.mock("../infra/update-check.js", () => ({
|
||||
},
|
||||
registry: { latestVersion: "0.0.0" },
|
||||
}),
|
||||
formatGitInstallLabel: vi.fn(() => "main · @ deadbeef"),
|
||||
compareSemverStrings: vi.fn(() => 0),
|
||||
}));
|
||||
vi.mock("../config/config.js", async (importOriginal) => {
|
||||
|
||||
Reference in New Issue
Block a user