mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 22:58:24 -05:00
43618e340e
This commit changes "deno test" subcommand, to always never prompt for permissions (ie. as if "deno test" was run with "--no-prompt" flag).
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
Deno.test("no prompt", () => {
|
|
Deno.readTextFile("./some_file.txt");
|
|
});
|