From f90059e2a29fc8115c6c9e6a4e7526d7cfabc917 Mon Sep 17 00:00:00 2001 From: ShubhamBAdola Date: Tue, 27 Jan 2026 14:26:01 +0530 Subject: [PATCH] Fix: remove unused imports in test file --- src/hooks/bundled/session-memory/handler.test.ts | 2 -- 1 file changed, 2 deletions(-) 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(() => {