fix(coding-agent): make tests keybinding-agnostic

Reset global editor keybindings to defaults in beforeEach for
session-selector-rename and tree-selector tests. Pass
KeybindingsManager.inMemory() to SessionSelectorComponent in tests
to avoid reading user keybindings.json.

Closes #2360
This commit is contained in:
Mario Zechner
2026-03-18 16:48:03 +01:00
parent d7befef90e
commit ce095e2846
3 changed files with 25 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Tests for session-selector-rename and tree-selector are now keybinding-agnostic, resetting editor keybindings to defaults before each test so user `keybindings.json` cannot cause failures ([#2360](https://github.com/badlogic/pi-mono/issues/2360))
## [0.60.0] - 2026-03-18
### New Features