From cac2400917264dd7e83214033345f36b2bff9f03 Mon Sep 17 00:00:00 2001 From: m Date: Thu, 10 Sep 2026 21:38:54 +0200 Subject: [PATCH] =?UTF-8?q?test(e2e):=20purge=20de=20l'active=20user=20ava?= =?UTF-8?q?nt=20de=20retirer=20l'override=20DB=20(=C3=A9vite=20le=20charge?= =?UTF-8?q?ment=20lazy=20d'expo-sqlite=20sous=20Node)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/tests/e2e.live.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/tests/e2e.live.test.ts b/mobile/tests/e2e.live.test.ts index 27aa2b8..34ced6b 100644 --- a/mobile/tests/e2e.live.test.ts +++ b/mobile/tests/e2e.live.test.ts @@ -80,9 +80,9 @@ beforeEach(async () => { }); afterEach(() => { + clearActiveUserId(); __setDbForTests(null); setAuthToken(null); - clearActiveUserId(); }); test('bout en bout : register + login admin → push outbox → snapshot → relecture serveur', async (t) => {