Updated new vim tests with new rope crate
This commit is contained in:
parent
41590ef64b
commit
b1f64d9550
5 changed files with 190 additions and 82 deletions
|
@ -12,7 +12,9 @@ test-support = [
|
|||
"call/test-support",
|
||||
"client/test-support",
|
||||
"project/test-support",
|
||||
"settings/test-support"
|
||||
"settings/test-support",
|
||||
"gpui/test-support",
|
||||
"fs/test-support"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
@ -43,4 +45,5 @@ call = { path = "../call", features = ["test-support"] }
|
|||
client = { path = "../client", features = ["test-support"] }
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
project = { path = "../project", features = ["test-support"] }
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
fs = { path = "../fs", features = ["test-support"] }
|
Loading…
Add table
Add a link
Reference in a new issue