test: harden onboarding/discord/telegram test setup

This commit is contained in:
Peter Steinberger
2026-01-23 06:37:08 +00:00
parent 833f5acda1
commit f014b46b56
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ const apiStub: ApiStub = {
};
beforeEach(() => {
vi.useRealTimers();
resetInboundDedupe();
});