Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | chore(cli): One Rust test per JS and Node unit test file (#19199) | Matt Mastracci | |
This runs our `js_unit_tests` and `node_unit_tests` in parallel, one rust test per JS unit test file. Some of our JS tests don't like running in parallel due to port requirements, so this also makes those use a specific port-per-file. This does not attempt to make the node-compat tests work. | |||
2023-02-23 | test(ext/node): add tls_test (#17871) | Yoshiya Hinosawa | |
2023-02-16 | test: add unit tests from std/node (#17794) | Bartek IwaĆczuk | |
Adds two test files: "cli/tests/unit_node/process_test.ts" and "cli/tests/unit_node/child_process_test.ts" --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> |