Starting on tests

This commit is contained in:
Mikayla Maki 2022-07-15 00:26:04 -07:00
parent 8220b37c4f
commit f9995e1fcd
3 changed files with 926 additions and 36 deletions

View file

@ -313,7 +313,7 @@ mod test {
#[test]
fn test_match_alacritty_keybindings() {
// let bindings = alacritty::config::bindings::default_key_bindings();
let bindings = alacritty::config::bindings::default_key_bindings();
//TODO
}