summaryrefslogtreecommitdiff
path: root/cli/tests/integration/node_unit_tests.rs
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-09refactor: split integration tests from CLI (part 1) (#22308)Matt Mastracci
2024-02-07chore(cli): Use @test_util for relative path for unit tests (#22327)Matt Mastracci
2024-01-23chore: deflake rejection_handled_web_process test (#22056)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-04fix(ext/node): UdpSocket ref and unref (#21777)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-10-02fix(ext/node): don't call undefined nextTick fn (#20724)Luca Casonato
2023-09-06fix(ext/node): implement AES GCM cipher (#20368)Divy Srivastava
2023-08-29chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320)Matt Mastracci
2023-08-04fix(node): repl._builtinLibs (#20046)Bartek Iwańczuk
2023-07-17fix(ext/node): fix stream/promises export (#19820)await-ovo
2023-07-05test(ext/node): clean up node:path test cases (#19610)Yoshiya Hinosawa
2023-06-30test(ext/node): add perf_hooks test (#19648)Hans
2023-06-30test(ext/node): added unit test for net node modules compat from std (#19663)Kaique da Silva
2023-06-30test(ext/node): added assertion errors test (#19609)Kaique da Silva
2023-06-26test(ext/node): add fs read unit tests (#19588)Kaique da Silva
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-06-22test(ext/node): add fs open unit test from std (#19505)Kaique da Silva
2023-06-19test(ext/node): port _fs_writeFile_test.ts from deno_std (#19524)Felipe Baltor
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-06-13test(ext/node): add fs dirent unit test from std (#19461)Kaique da Silva
2023-06-06feat(ext/node): Very basic node:http2 support (#19344)Matt Mastracci
2023-06-02feat(node_compat): Added base implementation of FileHandle (#19294)nasa
2023-05-29test(ext/node): add os_test.ts (#19305)egg
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-02-23test(ext/node): add tls_test (#17871)Yoshiya Hinosawa
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk