aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/child_process/child_process.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-16fix(child_process) unref next tick so exit/close event can be fired before ↵Gravatar Ciro Spaciari 1-0/+22
application exits (#5481) * unref next tick so exit callback can be called * fmt + test * oops * add ref_count * update pending * comment and fix
2023-09-07revert (#4539)Gravatar dave caruso 1-1/+1
* Revert "remove native events from streams" This reverts commit e063a47a53744a2bf5b1c2dd433698c9e37b75d6. * finish revert * remove accidental submodule * dfghj
2023-08-27Fix some edge cases in the `env` param of `spawn`. (#4364)Gravatar Ai Hoshino 1-6/+17
Close: #4362
2023-07-28mark tests as todoGravatar Jarred Sumner 1-12/+0
2023-06-01mark currently known test fails as `.todo` (#3052)Gravatar dave caruso 1-48/+10
* start this * commit * mark all failing tests as todo * fasdfad * bundler tests * tests * adjust failing tests to todo * comment out some more tests * png as test
2023-04-06bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573)Gravatar dave caruso 1-1/+1
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 1-8/+10
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+347