mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-10 19:37:17 -07:00
Simplify paste handling (#16654)
This commit is contained in:
committed by
GitHub
parent
5cd21ef8fe
commit
1fdd49344b
@@ -112,7 +112,6 @@ describe('ApiAuthDialog', () => {
|
||||
ctrl: false,
|
||||
meta: false,
|
||||
shift: false,
|
||||
paste: false,
|
||||
});
|
||||
|
||||
expect(expectedCall).toHaveBeenCalledWith(...args);
|
||||
|
||||
@@ -52,7 +52,6 @@ describe('LoginWithGoogleRestartDialog', () => {
|
||||
ctrl: false,
|
||||
meta: false,
|
||||
shift: false,
|
||||
paste: false,
|
||||
});
|
||||
|
||||
expect(onDismiss).toHaveBeenCalledTimes(1);
|
||||
@@ -72,7 +71,6 @@ describe('LoginWithGoogleRestartDialog', () => {
|
||||
ctrl: false,
|
||||
meta: false,
|
||||
shift: false,
|
||||
paste: false,
|
||||
});
|
||||
|
||||
// Advance timers to trigger the setTimeout callback
|
||||
|
||||
Reference in New Issue
Block a user