Add unit test for project search

This commit is contained in:
Antonio Scandurra 2022-02-28 11:10:22 +01:00
parent ed89475cf6
commit 720056d0db
4 changed files with 157 additions and 4 deletions

View file

@ -22,5 +22,6 @@ postage = { version = "0.4.1", features = ["futures-traits"] }
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
workspace = { path = "../workspace", features = ["test-support"] }
unindent = "0.1"