mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 01:20:43 +00:00
test: reduce hotspot fixture overhead
This commit is contained in:
@@ -52,6 +52,10 @@ vi.mock("./infra/git-commit.js", () => ({
|
||||
resolveCommitHash: resolveCommitHashMock,
|
||||
}));
|
||||
|
||||
vi.mock("./infra/gaxios-fetch-compat.js", () => ({
|
||||
installGaxiosFetchCompat: vi.fn(async () => {}),
|
||||
}));
|
||||
|
||||
vi.mock("./infra/is-main.js", () => ({
|
||||
isMainModule: isMainModuleMock,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user