summaryrefslogtreecommitdiff
path: root/tests/unit_node/child_process_test.ts
AgeCommit message (Expand)Author
2024-10-16fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)Nathan Whitaker
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-10test: remove usage of `--unstable` flag (#25549)Bartek IwaƄczuk
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-03-28fix(ext/node): support stdin: "inherit" in node:child_process (#23110)Divy Srivastava
2024-03-24fix(ext/node): handle `null` in stdio array (#23048)Divy Srivastava
2024-03-11chore: fix child_process test (#22845)David Sherret
2024-03-06fix(ext/node): strip `--enable-source-maps` from argv (#22743)Divy Srivastava
2024-03-04fix(node): errno property when command missing (#22691)Divy Srivastava
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci