Move integration test up into the zed
crate
This commit is contained in:
parent
e88d3bb97e
commit
afdac15572
6 changed files with 486 additions and 474 deletions
|
@ -11,4 +11,6 @@ workspace = { path = "../workspace" }
|
|||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
serde_json = { version = "1.0.64", features = ["preserve_order"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue