refactor(cli): integrate real config loading into async test utils (#23040)

This commit is contained in:
Tommaso Sciortino
2026-03-19 17:05:33 +00:00
committed by GitHub
parent 8948c58b04
commit c59bc33ac4
103 changed files with 1806 additions and 1541 deletions
@@ -108,7 +108,7 @@ describe('BaseSettingsDialog', () => {
...props,
};
const result = renderWithProviders(
const result = await renderWithProviders(
<BaseSettingsDialog {...defaultProps} />,
);
await result.waitUntilReady();