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

@@ -16,6 +16,7 @@ vi.mock("../config/config.js", async (importOriginal) => {
};
});
import "./test-helpers/fast-core-tools.js";
import { createClawdbotTools } from "./clawdbot-tools.js";
describe("agents_list", () => {