mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-26 19:27:36 -07:00
chore: fix TS compilation errors resulting from rebase
This commit is contained in:
@@ -35,7 +35,7 @@ describe('ApprovalModeIndicator', () => {
|
||||
});
|
||||
|
||||
it('renders correctly for YOLO mode', async () => {
|
||||
const { lastFrame, waitUntilReady } = await render(
|
||||
const { lastFrame } = await render(
|
||||
<ApprovalModeIndicator
|
||||
approvalMode={ApprovalMode.DEFAULT}
|
||||
isWildcardPolicyEnabled={true}
|
||||
|
||||
Reference in New Issue
Block a user