mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Jacob314/add radio button keys (#10083)
This commit is contained in:
@@ -110,6 +110,7 @@ describe('AuthDialog', () => {
|
||||
expect(items).toContainEqual({
|
||||
label: 'Use Cloud Shell user credentials',
|
||||
value: AuthType.CLOUD_SHELL,
|
||||
key: AuthType.CLOUD_SHELL,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user