Enable test-support on editor in tests

This commit is contained in:
Nathan Sobo 2023-05-20 09:54:38 -06:00
parent 35a9b90528
commit 986eafd84e
15 changed files with 35 additions and 0 deletions

View file

@ -24,6 +24,7 @@ serde.workspace = true
anyhow.workspace = true
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
unindent.workspace = true