Model symlinks better in FakeFs, add read_link Fs method

This commit is contained in:
Max Brunsfeld 2023-06-13 17:16:11 -07:00
parent 4c03231863
commit 55f1a6647f
2 changed files with 65 additions and 24 deletions

View file

@ -32,5 +32,8 @@ serde_json.workspace = true
log.workspace = true
libc = "0.2"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }
[features]
test-support = []