Skip to content

Commit 146da9c

Browse files
committed
get rid of weird import in app-check test
1 parent b073d97 commit 146da9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app-check/test/util.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import {
3535
} from '@firebase/component';
3636
import { AppCheckService } from '../src/factory';
3737
import { AppCheck, CustomProvider } from '../src';
38-
import { HeartbeatService } from '@firebase/app/dist/app/src/types';
3938

4039
export const FAKE_SITE_KEY = 'fake-site-key';
4140

@@ -112,7 +111,7 @@ export function getFakeHeartbeatServiceProvider(
112111
() =>
113112
({
114113
getHeartbeatsHeader: () => Promise.resolve(fakeLogString)
115-
} as HeartbeatService),
114+
} as any),
116115
ComponentType.PRIVATE
117116
)
118117
);

0 commit comments

Comments
 (0)