mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 01:39:34 +00:00
refactor: streamline routed cli setup
This commit is contained in:
@@ -17,10 +17,6 @@ vi.mock("../agents/agent-scope.js", () => ({
|
||||
resolveDefaultAgentId,
|
||||
}));
|
||||
|
||||
vi.mock("./program/config-guard.js", () => ({
|
||||
ensureConfigReady: vi.fn(async () => {}),
|
||||
}));
|
||||
|
||||
afterEach(async () => {
|
||||
vi.restoreAllMocks();
|
||||
getMemorySearchManager.mockReset();
|
||||
|
||||
Reference in New Issue
Block a user