mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 06:39:23 +02: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