summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/no_prompt_by_default.ts
AgeCommit message (Collapse)Author
2022-03-09test: update expected test output for 'deno test' (#13882)Bartek Iwańczuk
2022-02-26fix(test): use --no-prompt by default (#13777)Bartek Iwańczuk
This commit changes "deno test" subcommand, to always never prompt for permissions (ie. as if "deno test" was run with "--no-prompt" flag).