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 4d4c23a commit 7ece3cfCopy full SHA for 7ece3cf
packages/auth/src/core/providers/oauth.test.ts
@@ -29,7 +29,7 @@ import { OAuthProvider } from './oauth';
29
import { OAuthCredential } from '../credentials/oauth';
30
31
describe('core/providers/oauth', () => {
32
- const callMethod = (tokenResponse: any) => {
+ const callMethod = (tokenResponse: any): OAuthCredential => {
33
return (OAuthProvider as any).oauthCredentialFromTaggedObject({
34
_tokenResponse: tokenResponse
35
});
0 commit comments