Fixed working directory issues, added tests. Working on regression

This commit is contained in:
Mikayla Maki 2022-07-07 11:01:26 -07:00
parent 4d88088ca4
commit 9c518085ae
3 changed files with 102 additions and 3 deletions

View file

@ -21,7 +21,11 @@ mio-extras = "2.0.6"
futures = "0.3"
ordered-float = "2.1.1"
itertools = "0.10"
dirs = "4.0.0"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }
client = { path = "../client", features = ["test-support"]}
project = { path = "../project", features = ["test-support"]}