diff --git a/src/hooks/bundled/session-memory/handler.test.ts b/src/hooks/bundled/session-memory/handler.test.ts index cf5ea34bf..2af1d194a 100644 --- a/src/hooks/bundled/session-memory/handler.test.ts +++ b/src/hooks/bundled/session-memory/handler.test.ts @@ -1,6 +1,4 @@ import { describe, it, expect, vi, beforeEach, afterEach } from "vitest"; -import path from "node:path"; -import os from "node:os"; // Helper to get mocked modules const { mockFs, mockLogger } = vi.hoisted(() => {