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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user