Started writing more tests in the handlers
This commit is contained in:
+1
-2
@@ -55,8 +55,7 @@ impl From<KeyEvent> for Key {
|
||||
..
|
||||
} => Key::Home,
|
||||
KeyEvent {
|
||||
code: KeyCode::End,
|
||||
..
|
||||
code: KeyCode::End, ..
|
||||
} => Key::End,
|
||||
KeyEvent {
|
||||
code: KeyCode::Delete,
|
||||
|
||||
Reference in New Issue
Block a user