We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deno test --watch
Deno.chdir()
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).
deno test -A --watch test.ts
test.ts
../test.ts