File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
packages-exp/auth-exp/src/core/auth Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,15 @@ import * as sinonChai from 'sinon-chai';
23
23
import { FirebaseApp } from '@firebase/app-types-exp' ;
24
24
import { FirebaseError } from '@firebase/util' ;
25
25
26
- import { endpointUrl , mockEndpoint } from '../../../test/helpers/api/helper' ;
27
- import { testAuth , TestAuth , testUser } from '../../../test/helpers/mock_auth' ;
28
- import * as fetch from '../../../test/helpers/mock_fetch' ;
29
- import { Endpoint } from '../../api' ;
26
+ import { testAuth , testUser } from '../../../test/helpers/mock_auth' ;
30
27
import { Auth } from '../../model/auth' ;
31
28
import { User } from '../../model/user' ;
32
29
import { Persistence } from '../persistence' ;
33
30
import { inMemoryPersistence } from '../persistence/in_memory' ;
34
31
import { _getInstance } from '../util/instantiator' ;
35
32
import * as navigator from '../util/navigator' ;
36
33
import * as reload from '../user/reload' ;
37
- import { _castAuth , AuthImpl , DefaultConfig } from './auth_impl' ;
34
+ import { AuthImpl , DefaultConfig } from './auth_impl' ;
38
35
import { _initializeAuthInstance } from './initialize' ;
39
36
40
37
use ( sinonChai ) ;
You can’t perform that action at this time.
0 commit comments