mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
f182c8af87
This allows easily using a symlinked temporary directory, which is useful for debugging issues locally that happen on the CI with a symlinked temporary directory. For example: ```rs let context = TestContextBuilder::new() .use_temp_cwd() .use_symlinked_temp_dir() // add this .build(); ``` |
||
---|---|---|
.. | ||
src | ||
std@b23a76a47a | ||
wpt@c84a2ef4f2 | ||
Cargo.toml |