Version: Deno 2.1.4 ``` // test.ts Deno.test("foo", () => { Deno.chdir(".."); }); ``` `deno test -A --watch test.ts` And then save the file again. It will fail to find `test.ts` the second time (assuming there is no `../test.ts`).