mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 17:30:22 +00:00
fix(cli): remove duplicate test runtime keys
This commit is contained in:
@@ -16,8 +16,6 @@ const defaultRuntime = {
|
||||
defaultRuntime.log(JSON.stringify(value, null, space));
|
||||
}),
|
||||
exit: vi.fn(),
|
||||
writeStdout: vi.fn(),
|
||||
writeJson: vi.fn(),
|
||||
};
|
||||
|
||||
vi.mock("./update-cli/update-command.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user