mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-02 07:03:01 -07:00
test: fix ModelQuotaDisplay tests
This commit is contained in:
@@ -50,7 +50,7 @@ describe('<ModelQuotaDisplay />', () => {
|
||||
it('renders nothing when no buckets are provided', async () => {
|
||||
const { lastFrame } = await renderWithProviders(
|
||||
<ModelQuotaDisplay buckets={[]} availableWidth={100} />,
|
||||
{ width: 100 },
|
||||
{ width: 100, allowEmptyFrame: true },
|
||||
);
|
||||
const output = lastFrame({ allowEmpty: true });
|
||||
expect(output).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user