File tree 1 file changed +6
-2
lines changed
packages-exp/auth-exp/src/core/auth
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,11 @@ import { browserLocalPersistence } from '../persistence/browser';
29
29
import { inMemoryPersistence } from '../persistence/in_memory' ;
30
30
import { PersistenceUserManager } from '../persistence/persistence_user_manager' ;
31
31
import { ClientPlatform , getClientVersion } from '../util/version' ;
32
- import { DEFAULT_API_HOST , DEFAULT_API_SCHEME , initializeAuth } from './auth_impl' ;
32
+ import {
33
+ DEFAULT_API_HOST ,
34
+ DEFAULT_API_SCHEME ,
35
+ initializeAuth
36
+ } from './auth_impl' ;
33
37
34
38
use ( sinonChai ) ;
35
39
@@ -39,7 +43,7 @@ const FAKE_APP: FirebaseApp = {
39
43
apiKey : 'api-key' ,
40
44
authDomain : 'auth-domain'
41
45
} ,
42
- automaticDataCollectionEnabled : false ,
46
+ automaticDataCollectionEnabled : false
43
47
} ;
44
48
45
49
describe ( 'AuthImpl' , ( ) => {
You can’t perform that action at this time.
0 commit comments