Skip to content

Commit c97a436

Browse files
committed
Fix compat tests
1 parent 8c0a0ff commit c97a436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth-compat/src/popup_redirect.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ describe('popup_redirect/CompatPopupRedirectResolver', () => {
175175

176176
class FakeResolver implements exp.PopupRedirectResolverInternal {
177177
_completeRedirectFn = async (): Promise<null> => null;
178+
_overrideRedirectResult = (): void => {};
178179
_redirectPersistence = exp.inMemoryPersistence;
179180
_shouldInitProactively = true;
180181

0 commit comments

Comments
 (0)