test: fix ToolGroupMessageRegression tests

This commit is contained in:
mkorwel
2026-04-17 21:30:36 +00:00
parent f55c7a7301
commit 9311665da7
@@ -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('');