Mac required (#10007)

This commit is contained in:
matt korwel
2025-09-26 17:23:48 -07:00
committed by GitHub
parent 8d17d09488
commit 80a414be97
3 changed files with 9 additions and 7 deletions

View File

@@ -1979,7 +1979,7 @@ describe('InputPrompt', () => {
expect(clean(stdout.lastFrame())).toContain('→');
stdin.write('\u001B[C');
await wait();
await wait(200);
expect(clean(stdout.lastFrame())).toContain('←');
expect(stdout.lastFrame()).toMatchSnapshot(
'command-search-expanded-match',