aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/child_process (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-02fixes with hardcoded modules (#3182)Gravatar dave caruso 1-1/+1
* fixes with hardcoded modules * add make hardcoded to make dev * adjust this message * remove debugging logs * this * restore2
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-1/+1
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs
2023-06-01mark currently known test fails as `.todo` (#3052)Gravatar dave caruso 2-88/+48
* 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-05-31slightly clean up this testGravatar Jarred Sumner 1-8/+14
2023-05-11fix child process tests (#2584)Gravatar Dylan Conway 1-1/+1
* always handle exit on next tick * emit spawn immediately
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-14Update child_process-node.test.jsGravatar Jarred Sumner 1-4/+4
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 5-0/+970