Skip to content

Commit f41a232

Browse files
committed
Formatting
1 parent c9c0ae8 commit f41a232

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ describe('auth compat', () => {
102102
);
103103
// eslint-disable-next-line @typescript-eslint/no-floating-promises
104104
await authCompat.signInWithRedirect(new exp.GoogleAuthProvider());
105-
expect(setItemSpy).not.to.have.been.calledWith('firebase:persistence:api-key:undefined', 'TEST');
105+
expect(setItemSpy).not.to.have.been.calledWith(
106+
'firebase:persistence:api-key:undefined',
107+
'TEST'
108+
);
106109
}
107110
});
108111

@@ -152,7 +155,7 @@ describe('auth compat', () => {
152155
exp.indexedDBLocalPersistence,
153156
exp.browserLocalPersistence,
154157
exp.browserSessionPersistence,
155-
exp.inMemoryPersistence,
158+
exp.inMemoryPersistence
156159
]
157160
}
158161
});

0 commit comments

Comments
 (0)