Starting on tests
This commit is contained in:
parent
8220b37c4f
commit
f9995e1fcd
3 changed files with 926 additions and 36 deletions
957
Cargo.lock
generated
957
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -28,3 +28,4 @@ gpui = { path = "../gpui", features = ["test-support"] }
|
||||||
client = { path = "../client", features = ["test-support"]}
|
client = { path = "../client", features = ["test-support"]}
|
||||||
project = { path = "../project", features = ["test-support"]}
|
project = { path = "../project", features = ["test-support"]}
|
||||||
workspace = { path = "../workspace", features = ["test-support"] }
|
workspace = { path = "../workspace", features = ["test-support"] }
|
||||||
|
alacritty = "0.10.1"
|
|
@ -313,7 +313,7 @@ mod test {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_match_alacritty_keybindings() {
|
fn test_match_alacritty_keybindings() {
|
||||||
// let bindings = alacritty::config::bindings::default_key_bindings();
|
let bindings = alacritty::config::bindings::default_key_bindings();
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue