feat(ui): dynamically generate all keybinding hints (#21346)

This commit is contained in:
Tommaso Sciortino
2026-03-06 18:34:26 +00:00
committed by GitHub
parent 4669148a4c
commit 6d607a5953
24 changed files with 424 additions and 293 deletions
+3
View File
@@ -27,6 +27,9 @@ if (process.env.NO_COLOR !== undefined) {
// Force true color output for ink so that snapshots always include color information.
process.env.FORCE_COLOR = '3';
// Force generic keybinding hints to ensure stable snapshots across different operating systems.
process.env.FORCE_GENERIC_KEYBINDING_HINTS = 'true';
import './src/test-utils/customMatchers.js';
let consoleErrorSpy: vi.SpyInstance;