Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-26 | fix(node): propagate create cipher errors (#20280) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/19002 | |||
2023-08-11 | fix(node): object keys in publicEncrypt (#20128) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/19935 | |||
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. |