mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-09 00:16:57 -07:00
feat: introduce UX Extension and Base Folder Strategy
This commit is contained in:
@@ -36,7 +36,8 @@ const renderWithMockedStats = async (metrics: SessionMetrics) => {
|
||||
startNewPrompt: vi.fn(),
|
||||
});
|
||||
|
||||
const result = await render(<ToolStatsDisplay />);
|
||||
const result = render(<ToolStatsDisplay />);
|
||||
await result.waitUntilReady();
|
||||
return result;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user