diff --git a/packages/cli/src/ui/components/LoadingIndicator.test.tsx b/packages/cli/src/ui/components/LoadingIndicator.test.tsx index ea9e54a34..c608f4a4e 100644 --- a/packages/cli/src/ui/components/LoadingIndicator.test.tsx +++ b/packages/cli/src/ui/components/LoadingIndicator.test.tsx @@ -345,11 +345,7 @@ describe('', () => { it('should hide tokens in narrow terminal', () => { const { lastFrame } = renderWithContext( - , + , StreamingState.Responding, 79, ); @@ -361,11 +357,7 @@ describe('', () => { it('should show tokens in wide terminal with inline format', () => { const { lastFrame } = renderWithContext( - , + , StreamingState.Responding, 80, );