We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0580d1 commit e53f841Copy full SHA for e53f841
packages/auth/src/core/auth/register.test.ts
@@ -16,10 +16,7 @@
16
*/
17
import { expect, use } from 'chai';
18
import chaiAsPromised from 'chai-as-promised';
19
-import * as sinon from 'sinon';
20
import sinonChai from 'sinon-chai';
21
-
22
-import { FirebaseApp } from '@firebase/app';
23
import { FirebaseError } from '@firebase/util';
24
import { registerAuth } from './register';
25
import { ClientPlatform } from '../util/version';
0 commit comments