mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
test(memory): cleanup mcporter globals between tests
This commit is contained in:
committed by
Vignesh Natarajan
parent
422711ecd9
commit
ecacb5092c
@@ -148,6 +148,8 @@ describe("QmdMemoryManager", () => {
|
||||
afterEach(async () => {
|
||||
vi.useRealTimers();
|
||||
delete process.env.OPENCLAW_STATE_DIR;
|
||||
delete (globalThis as Record<string, unknown>).__openclawMcporterDaemonStart;
|
||||
delete (globalThis as Record<string, unknown>).__openclawMcporterColdStartWarned;
|
||||
});
|
||||
|
||||
it("debounces back-to-back sync calls", async () => {
|
||||
|
||||
Reference in New Issue
Block a user