test: fix SuggestionsDisplay tests

This commit is contained in:
mkorwel
2026-04-17 23:00:14 +00:00
parent a8dc29e731
commit 21097cbb40
@@ -42,6 +42,9 @@ describe('SuggestionsDisplay', () => {
userInput=""
mode="reverse"
/>,
undefined,
undefined,
true,
);
expect(lastFrame({ allowEmpty: true })).toBe('');
});