mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
test: fix tsgo baseline test compatibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { vi } from "vitest";
|
||||
import { vi, type Mock } from "vitest";
|
||||
|
||||
export const runEmbeddedPiAgentMock = vi.fn();
|
||||
export const runEmbeddedPiAgentMock: Mock = vi.fn();
|
||||
|
||||
vi.mock("../agents/pi-embedded.js", () => ({
|
||||
abortEmbeddedPiRun: vi.fn().mockReturnValue(false),
|
||||
|
||||
Reference in New Issue
Block a user