mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -07:00
Fixes for Ink 6.4.0 (#12352)
This commit is contained in:
@@ -14,6 +14,7 @@ describe('LoopDetectionConfirmation', () => {
|
||||
it('renders correctly', () => {
|
||||
const { lastFrame } = renderWithProviders(
|
||||
<LoopDetectionConfirmation onComplete={onComplete} />,
|
||||
{ width: 101 },
|
||||
);
|
||||
expect(lastFrame()).toMatchSnapshot();
|
||||
});
|
||||
@@ -21,6 +22,7 @@ describe('LoopDetectionConfirmation', () => {
|
||||
it('contains the expected options', () => {
|
||||
const { lastFrame } = renderWithProviders(
|
||||
<LoopDetectionConfirmation onComplete={onComplete} />,
|
||||
{ width: 100 },
|
||||
);
|
||||
const output = lastFrame()!.toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user