We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
nayeemrmn
No branches or pull requests
Version: Deno 2.1.4
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
).The text was updated successfully, but these errors were encountered: