deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

test(fs): do not write files in source tree during test

Open kt3k opened this issue 1 year ago • 0 comments

std/fs test cases directly write files in source tree during test. This makes debugging of test cases difficult when they failed in the middle. These test cases should use temp directory instead.

kt3k avatar Jul 09 '24 03:07 kt3k