We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77018d commit e1b2d2bCopy full SHA for e1b2d2b
packages/messaging/test/index.test.ts
@@ -18,9 +18,7 @@ import { expect } from 'chai';
18
import { sandbox, SinonSandbox, SinonStub } from 'sinon';
19
20
import { FirebaseApp } from '@firebase/app-types';
21
-import {
22
- _FirebaseNamespace,
23
-} from '@firebase/app-types/private';
+import { _FirebaseNamespace } from '@firebase/app-types/private';
24
25
import { MessagingServiceFactory, registerMessaging } from '../index';
26
import { ERROR_CODES } from '../src/models/errors';
0 commit comments