Skip to content

Commit e53f841

Browse files
committed
authdomain
1 parent d0580d1 commit e53f841

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/auth/src/core/auth/register.test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
*/
1717
import { expect, use } from 'chai';
1818
import chaiAsPromised from 'chai-as-promised';
19-
import * as sinon from 'sinon';
2019
import sinonChai from 'sinon-chai';
21-
22-
import { FirebaseApp } from '@firebase/app';
2320
import { FirebaseError } from '@firebase/util';
2421
import { registerAuth } from './register';
2522
import { ClientPlatform } from '../util/version';

0 commit comments

Comments
 (0)