Skip to content

Commit 10d4bef

Browse files
committed
Remove unused imports.
1 parent 706a315 commit 10d4bef

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages-exp/auth-exp/src/core/auth/auth_impl.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,15 @@ import * as sinonChai from 'sinon-chai';
2323
import { FirebaseApp } from '@firebase/app-types-exp';
2424
import { FirebaseError } from '@firebase/util';
2525

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';
3027
import { Auth } from '../../model/auth';
3128
import { User } from '../../model/user';
3229
import { Persistence } from '../persistence';
3330
import { inMemoryPersistence } from '../persistence/in_memory';
3431
import { _getInstance } from '../util/instantiator';
3532
import * as navigator from '../util/navigator';
3633
import * as reload from '../user/reload';
37-
import { _castAuth, AuthImpl, DefaultConfig } from './auth_impl';
34+
import { AuthImpl, DefaultConfig } from './auth_impl';
3835
import { _initializeAuthInstance } from './initialize';
3936

4037
use(sinonChai);

0 commit comments

Comments
 (0)