Skip to content

Commit bd3655b

Browse files
committed
fix lint error
1 parent 8093ddb commit bd3655b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/component/src/provider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { expect } from 'chai';
1919
import { fake, SinonSpy } from 'sinon';
2020
import { ComponentContainer } from './component_container';
2121
import { FirebaseService } from '@firebase/app-types/private';
22+
// eslint-disable-next-line import/no-extraneous-dependencies
2223
import { _FirebaseService } from '@firebase/app-exp';
2324
import { Provider } from './provider';
2425
import { getFakeApp, getFakeComponent } from '../test/util';

0 commit comments

Comments
 (0)