chore: remove unused imports in mid-session-refresh test

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Tarun Sukhani
2026-02-04 18:02:47 +00:00
parent 1e4ffdcec8
commit 66f9f972b2

View File

@@ -4,8 +4,7 @@
* Verifies that core memories are re-injected when context usage exceeds threshold.
*/
import { describe, it, expect, vi, beforeEach } from "vitest";
import type { MemoryNeo4jConfig } from "./config.js";
import { describe, it, expect } from "vitest";
describe("mid-session core memory refresh", () => {
// Test context threshold calculation