Files
gemini-cli/packages/cli/src/ui/components/__snapshots__/QuotaDisplay.test.tsx.snap
T
2026-03-07 23:17:10 +00:00

27 lines
536 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`QuotaDisplay > should NOT render reset time when terse is true 1`] = `
"85%
"
`;
exports[`QuotaDisplay > should render critical when used >= 95% 1`] = `
"96% used
"
`;
exports[`QuotaDisplay > should render terse limit reached message 1`] = `
"Limit reached
"
`;
exports[`QuotaDisplay > should render warning when used >= 80% 1`] = `
"85% used
"
`;
exports[`QuotaDisplay > should render with reset time when provided 1`] = `
"85% used (Limit resets in 1h)
"
`;