aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/bun-spawn-test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-08Fix child_process tests (#1471)Gravatar Derrick Farris 1-0/+21
* test(child_process): fix broken tests, add our-assert pkg for testing * test(child_process): replace console.log with debug() * test(child_process): rename our-assert -> node-test-helpers, use Bun.peek for subproc.exited