mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 08:02:04 +00:00
test: fix rebased followup runtime cleanup
This commit is contained in:
@@ -321,6 +321,7 @@ afterEach(async () => {
|
||||
FOLLOWUP_TEST_SESSION_STORES.clear();
|
||||
vi.clearAllTimers();
|
||||
vi.useRealTimers();
|
||||
const { clearSessionStoreCacheForTest } = await import("../../config/sessions/store.js");
|
||||
clearSessionStoreCacheForTest();
|
||||
if (!FOLLOWUP_DEBUG) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user