mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 22:51:00 -07:00
fix: cast GoogleAuth mock through unknown for TS compatibility
This commit is contained in:
@@ -43,7 +43,7 @@ describe('GoogleCredentialsAuthProvider', () => {
|
||||
},
|
||||
});
|
||||
|
||||
(GoogleAuth as Mock).mockImplementation(() => ({
|
||||
(GoogleAuth as unknown as Mock).mockImplementation(() => ({
|
||||
getClient: mockGetClient,
|
||||
getIdTokenClient: mockGetIdTokenClient,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user