refactor(lint): remove unused afterEach/beforeEach imports
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
319d65ccd3
commit
902846e587
@ -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", () => ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user