Skip to content

Commit

Permalink
Switch wasmer_vfs::host_fs tests over to using tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Mar 13, 2023
1 parent b7ea014 commit f84803c
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 229 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pin-project-lite = "0.2.9"
indexmap = "1.9.2"

[dev-dependencies]
tempfile = "3.4.0"
tokio = { version = "1", features = [ "io-util", "rt" ], default_features = false }

[features]
Expand Down
Loading

0 comments on commit f84803c

Please sign in to comment.