Skip to content

Commit 53afb64

Browse files
committed
Add more tests
1 parent c7a9758 commit 53afb64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages-exp/auth-exp/src/core/user/reload.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { UserInfo, ProviderId } from '@firebase/auth-types-exp';
2424

2525
import { mockEndpoint } from '../../../test/api/helper';
2626
import { testUser } from '../../../test/mock_auth';
27-
import * as fetch from '../../../test/mock_fetch';
27+
import * as mockFetch from '../../../test/mock_fetch';
2828
import { Endpoint } from '../../api';
2929
import {
3030
APIUserInfo,
@@ -54,8 +54,8 @@ const BASIC_PROVIDER_USER_INFO: ProviderUserInfo = {
5454
};
5555

5656
describe('core/user/reload', () => {
57-
beforeEach(fetch.setUp);
58-
afterEach(fetch.tearDown);
57+
beforeEach(mockFetch.setUp);
58+
afterEach(mockFetch.tearDown);
5959

6060
it('sets all the new properties', async () => {
6161
const serverUser: APIUserInfo = {

0 commit comments

Comments
 (0)