summaryrefslogtreecommitdiff
path: root/cli/tests/unit/process_test.ts
AgeCommit message (Expand)Author
2020-09-09fix: panic on process.kill() after run (#7405)Bartek IwaƄczuk
2020-08-12feat: Support file URLs in Deno.run for executable (#6994)Nayeem Rahman
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-25remove duplicate identifier (#6483)Ali Hasani
2020-06-25fix: panic when process stdio rid is 0 or invalid (#6405)Luca Casonato
2020-06-25refactor(cli/tests/unit) to use assertThrows (#6459)Casper Beyer
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-10fix(cli/js/process): Always return a code in ProcessStatus (#5244)Nayeem Rahman
2020-06-09fix(cli/js/process): Strengthen socket types based on pipes (#4836)Nayeem Rahman
2020-06-05Rename abbreviated assertions in std/testing (#6118)Casper Beyer
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl