mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 21:41:12 -07:00
fix(cli): merge main and fix formatting issues
This commit is contained in:
@@ -145,9 +145,7 @@ describe('usePhraseCycler', () => {
|
||||
await vi.advanceTimersByTimeAsync(0);
|
||||
});
|
||||
expect(lastFrame().trim()?.startsWith('Tip: ')).toBe(true);
|
||||
expect(INFORMATIVE_TIPS).toContain(
|
||||
lastFrame().trim().replace('Tip: ', ''),
|
||||
);
|
||||
expect(INFORMATIVE_TIPS).toContain(lastFrame().trim().replace('Tip: ', ''));
|
||||
|
||||
// After the first interval, it should be a witty phrase
|
||||
await act(async () => {
|
||||
|
||||
Reference in New Issue
Block a user