mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 23:51:33 +00:00
test(plugin-sdk): restore memory-host timers (#113339)
This commit is contained in:
committed by
GitHub
parent
6235ea55ac
commit
3b3a3d1d56
@@ -35,6 +35,7 @@ function createDedupe(root: string, overrides?: { ttlMs?: number }) {
|
||||
}
|
||||
|
||||
afterEach(() => {
|
||||
vi.useRealTimers();
|
||||
vi.restoreAllMocks();
|
||||
setMaxMemoryHostEventsForTests(undefined);
|
||||
resetPluginStateStoreForTests();
|
||||
|
||||
Reference in New Issue
Block a user