Skip to content

Commit 5961360

Browse files
committed
PR feedback
1 parent b42931c commit 5961360

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { expect, use } from 'chai';
1919
import * as sinon from 'sinon';
2020
import * as sinonChai from 'sinon-chai';
2121

22-
import { FirebaseApp } from '@firebase/app-types';
22+
import { FirebaseApp } from '@firebase/app-types-exp';
2323
import { FirebaseError } from '@firebase/util';
2424

2525
import { testUser } from '../../../test/mock_auth';
@@ -29,11 +29,7 @@ import { browserLocalPersistence } from '../persistence/browser';
2929
import { inMemoryPersistence } from '../persistence/in_memory';
3030
import { PersistenceUserManager } from '../persistence/persistence_user_manager';
3131
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';
3733

3834
use(sinonChai);
3935

@@ -44,7 +40,6 @@ const FAKE_APP: FirebaseApp = {
4440
authDomain: 'auth-domain'
4541
},
4642
automaticDataCollectionEnabled: false,
47-
async delete() {}
4843
};
4944

5045
describe('AuthImpl', () => {

0 commit comments

Comments
 (0)