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 b54a402 commit 4d4c23aCopy full SHA for 4d4c23a
packages/auth/src/core/providers/oauth.test.ts
@@ -27,7 +27,6 @@ import { UserCredentialImpl } from '../user/user_credential_impl';
27
import { _createError } from '../util/assert';
28
import { OAuthProvider } from './oauth';
29
import { OAuthCredential } from '../credentials/oauth';
30
-import sinon from 'sinon';
31
32
describe('core/providers/oauth', () => {
33
const callMethod = (tokenResponse: any) => {
0 commit comments