File tree 1 file changed +2
-7
lines changed
packages-exp/auth-exp/src/core/auth
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { expect, use } from 'chai';
19
19
import * as sinon from 'sinon' ;
20
20
import * as sinonChai from 'sinon-chai' ;
21
21
22
- import { FirebaseApp } from '@firebase/app-types' ;
22
+ import { FirebaseApp } from '@firebase/app-types-exp ' ;
23
23
import { FirebaseError } from '@firebase/util' ;
24
24
25
25
import { testUser } from '../../../test/mock_auth' ;
@@ -29,11 +29,7 @@ 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 {
33
- DEFAULT_API_HOST ,
34
- DEFAULT_API_SCHEME ,
35
- initializeAuth
36
- } from './auth_impl' ;
32
+ import { DEFAULT_API_HOST , DEFAULT_API_SCHEME , initializeAuth } from './auth_impl' ;
37
33
38
34
use ( sinonChai ) ;
39
35
@@ -44,7 +40,6 @@ const FAKE_APP: FirebaseApp = {
44
40
authDomain : 'auth-domain'
45
41
} ,
46
42
automaticDataCollectionEnabled : false ,
47
- async delete ( ) { }
48
43
} ;
49
44
50
45
describe ( 'AuthImpl' , ( ) => {
You can’t perform that action at this time.
0 commit comments