deno/test_util
David Sherret f182c8af87
chore(tests): add .use_symlinked_temp_dir() to TestBuilder (#19435)
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();
```
2023-06-09 08:40:10 -04:00
..
src chore(tests): add .use_symlinked_temp_dir() to TestBuilder (#19435) 2023-06-09 08:40:10 -04:00
std@b23a76a47a chore: update deno_std submodule to 0.178.0 (#18003) 2023-03-03 19:11:10 +00:00
wpt@c84a2ef4f2 chore: update wpt (#19422) 2023-06-08 22:56:05 +02:00
Cargo.toml chore(cli): One Rust test per JS and Node unit test file (#19199) 2023-05-22 13:35:59 -06:00