chore: Fix types in tests 8/N.

This commit is contained in:
cpojer
2026-02-17 11:16:36 +09:00
parent ac38d51290
commit 5dc8983954
5 changed files with 22 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import { beforeEach, describe, expect, it, vi } from "vitest";
import type { SpawnSubagentResult } from "../../agents/subagent-spawn.js";
import { resetSubagentRegistryForTests } from "../../agents/subagent-registry.js";
import type { SpawnSubagentResult } from "../../agents/subagent-spawn.js";
const hoisted = vi.hoisted(() => {
const spawnSubagentDirectMock = vi.fn();