mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 19:51:11 +00:00
test: complete directive hook-runner mock
This commit is contained in:
@@ -128,6 +128,8 @@ vi.mock("../agents/auth-profiles/session-override.js", () => ({
|
||||
|
||||
vi.mock("../plugins/hook-runner-global.js", () => ({
|
||||
getGlobalHookRunner: () => undefined,
|
||||
initializeGlobalHookRunner: vi.fn(),
|
||||
resetGlobalHookRunner: vi.fn(),
|
||||
}));
|
||||
|
||||
vi.mock("./reply/agent-runner.runtime.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user