Enable test-support on editor in tests
This commit is contained in:
parent
35a9b90528
commit
986eafd84e
15 changed files with 35 additions and 0 deletions
|
@ -20,6 +20,7 @@ workspace = { path = "../workspace" }
|
|||
parking_lot.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
editor = { path = "../editor", features = ["test-support"] }
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
serde_json.workspace = true
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue