mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 08:14:35 -07:00
test: fix ToolGroupMessageRegression tests
This commit is contained in:
@@ -60,7 +60,11 @@ describe('ToolGroupMessage Regression Tests', () => {
|
||||
toolCalls={toolCalls}
|
||||
borderBottom={true}
|
||||
/>,
|
||||
{ config: baseMockConfig, settings: fullVerbositySettings },
|
||||
{
|
||||
config: baseMockConfig,
|
||||
settings: fullVerbositySettings,
|
||||
allowEmptyFrame: true,
|
||||
},
|
||||
);
|
||||
|
||||
expect(lastFrame({ allowEmpty: true })).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user