summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/spawn_stdout_inherit.ts
AgeCommit message (Collapse)Author
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
Since "Deno.spawn()", "Deno.spawnSync()" and "Deno.spawnChild" are getting deprecated, this commits rewrites all tests and utilities to use "Deno.Command" API instead.
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)