Skip to content

Commit 82cf681

Browse files
committed
Remove mock app
1 parent c03e5de commit 82cf681

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages-exp/performance-exp/src/index.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ const fakeFirebaseConfig = {
3131
appId: '1:111:web:a1234'
3232
};
3333

34-
// const fakeFirebaseApp = ({
35-
// options: fakeFirebaseConfig
36-
// } as unknown) as firebase.FirebaseApp;
37-
3834
describe('Firebase Performance > initializePerformance()', () => {
3935
let app: FirebaseApp;
4036
beforeEach(() => {

0 commit comments

Comments
 (0)