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