summaryrefslogtreecommitdiff
path: root/tests/specs/task/both_no_arg
AgeCommit message (Collapse)Author
2024-10-02chore: remove unnecessary envs in spec tests (#25982)David Sherret
2024-09-15fix(cli): `deno task` exit with status 0 (#25637)Divy Srivastava
Fixes https://github.com/denoland/deno/issues/25632 Exit code 1 indiciates some sort of failure but `deno task` (without arguments) is used to list available commands. --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-09-11chore: deprecate task itests (#25558)HasanAlrimawi
This PR is part of #22907