We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aad6fe commit de1653fCopy full SHA for de1653f
packages-exp/auth-exp/src/core/providers/google.test.ts
@@ -17,7 +17,11 @@
17
18
import { expect } from 'chai';
19
20
-import { OperationType, ProviderId, SignInMethod } from '@firebase/auth-types-exp';
+import {
21
+ OperationType,
22
+ ProviderId,
23
+ SignInMethod
24
+} from '@firebase/auth-types-exp';
25
26
import { TEST_ID_TOKEN_RESPONSE } from '../../../test/helpers/id_token_response';
27
import { testUser } from '../../../test/helpers/mock_auth';
0 commit comments