mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -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);
|
await vi.advanceTimersByTimeAsync(0);
|
||||||
});
|
});
|
||||||
expect(lastFrame().trim()?.startsWith('Tip: ')).toBe(true);
|
expect(lastFrame().trim()?.startsWith('Tip: ')).toBe(true);
|
||||||
expect(INFORMATIVE_TIPS).toContain(
|
expect(INFORMATIVE_TIPS).toContain(lastFrame().trim().replace('Tip: ', ''));
|
||||||
lastFrame().trim().replace('Tip: ', ''),
|
|
||||||
);
|
|
||||||
|
|
||||||
// After the first interval, it should be a witty phrase
|
// After the first interval, it should be a witty phrase
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user