This commit is contained in:
Shreya Keshive
2026-03-03 16:17:23 -05:00
parent 8f217ff01e
commit 7204508092

View File

@@ -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,
}),
);