test(cli): simplify createMockSettings calls (#22952)

This commit is contained in:
Tommaso Sciortino
2026-03-18 18:12:44 +00:00
committed by GitHub
parent fac3661980
commit a5a461c234
21 changed files with 145 additions and 365 deletions
@@ -408,7 +408,7 @@ describe('Composer', () => {
thought: { subject: 'Hidden', description: 'Should not show' },
});
const settings = createMockSettings({
merged: { ui: { loadingPhrases: 'off' } },
ui: { loadingPhrases: 'off' },
});
const { lastFrame } = await renderComposer(uiState, settings);