Skip to content

Commit 1c28232

Browse files
committed
PR feedback
1 parent e74c7ca commit 1c28232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/auth/src/platform_browser/auth.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ describe('core/auth/initializeAuth', () => {
332332
});
333333

334334
await auth._updateCurrentUser(testUser(auth, 'uid'));
335+
await new Promise(resolve => {
336+
setTimeout(resolve, 200);
337+
});
335338
expect(authStateChangeCalls).to.eq(1);
336339
});
337340

0 commit comments

Comments
 (0)