mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-25 21:23:32 +00:00
chore: remove unused imports in mid-session-refresh test
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user