chore: Fix types in tests 14/N.

This commit is contained in:
cpojer
2026-02-17 11:58:58 +09:00
parent 50fd2a99ba
commit db3529e924
7 changed files with 94 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ vi.mock("../config/config.js", () => ({
const announceSpy = vi.fn(async () => true);
vi.mock("./subagent-announce.js", () => ({
runSubagentAnnounceFlow: (...args: unknown[]) => announceSpy(...args),
runSubagentAnnounceFlow: announceSpy,
}));
vi.mock("./subagent-registry.store.js", () => ({