mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 11:01:39 +03:00
fix(agent): align tools + preserve indentation
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
|
||||
import { readSystemdUserLingerStatus } from "./systemd.js";
|
||||
import { runExec } from "../process/exec.js";
|
||||
import { readSystemdUserLingerStatus } from "./systemd.js";
|
||||
|
||||
vi.mock("../process/exec.js", () => ({
|
||||
runExec: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user