fix(cli): merge main and fix formatting issues

This commit is contained in:
Keith Guerin
2026-02-27 15:38:58 -08:00
parent a829c91836
commit f40be93d23
@@ -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 () => {