refactor(lint): remove unused afterEach/beforeEach imports

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Shunsuke Hayashi 2026-01-26 13:14:20 +09:00
parent 319d65ccd3
commit 902846e587

View File

@ -11,7 +11,7 @@
* - Auth profile resolution for model access
*/
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { describe, expect, it, vi } from "vitest";
// Mock dependencies
vi.mock("../../src/agents/defaults.js", () => ({