Started writing more tests in the handlers

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 4fa2ce6aee
commit c15bda5885
7 changed files with 428 additions and 10 deletions
+1 -2
View File
@@ -55,8 +55,7 @@ impl From<KeyEvent> for Key {
..
} => Key::Home,
KeyEvent {
code: KeyCode::End,
..
code: KeyCode::End, ..
} => Key::End,
KeyEvent {
code: KeyCode::Delete,