test: stub heavy tools in agent tests

This commit is contained in:
Peter Steinberger
2026-01-23 18:31:47 +00:00
parent 29353e2e81
commit c9d73469c3
17 changed files with 67 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ vi.mock("../infra/provider-usage.js", () => ({
formatUsageSummaryLine: () => null,
}));
import "./test-helpers/fast-core-tools.js";
import { createClawdbotTools } from "./clawdbot-tools.js";
describe("session_status tool", () => {