mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
fix
This commit is contained in:
@@ -731,6 +731,7 @@ describe('gemini.tsx main function kitty protocol', () => {
|
||||
createMockConfig({
|
||||
isInteractive: () => true,
|
||||
getQuestion: () => '',
|
||||
getAcpMode: () => false,
|
||||
getSandbox: () => undefined,
|
||||
}),
|
||||
);
|
||||
@@ -782,6 +783,7 @@ describe('gemini.tsx main function kitty protocol', () => {
|
||||
createMockConfig({
|
||||
isInteractive: () => false,
|
||||
getQuestion: () => 'test',
|
||||
getAcpMode: () => false,
|
||||
getSandbox: () => undefined,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user