mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Fix test-support feature propagation for editor and workspace
This commit is contained in:
parent
b571eae4f3
commit
3228a55329
1 changed files with 2 additions and 0 deletions
|
@ -17,11 +17,13 @@ path = "src/main.rs"
|
||||||
test-support = [
|
test-support = [
|
||||||
"buffer/test-support",
|
"buffer/test-support",
|
||||||
"client/test-support",
|
"client/test-support",
|
||||||
|
"editor/test-support",
|
||||||
"gpui/test-support",
|
"gpui/test-support",
|
||||||
"language/test-support",
|
"language/test-support",
|
||||||
"project/test-support",
|
"project/test-support",
|
||||||
"rpc/test-support",
|
"rpc/test-support",
|
||||||
"tempdir",
|
"tempdir",
|
||||||
|
"workspace/test-support",
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue