test: fix rebased followup runtime cleanup

This commit is contained in:
Mariano Belinky
2026-04-08 09:22:11 +02:00
parent 958c511893
commit da10baf802

View File

@@ -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;