deno/tests
Bartek Iwańczuk bd7b0a8f3a
fix(ext/node): stub out Module.register and Module.registerHooks (#31666)
Stubs out `Module.register` and `Module.registerHooks` functions that
are meant to be used for Module Loader hooks as per
https://nodejs.org/api/module.html#customization-hooks.

This is a follow up to https://github.com/denoland/deno/pull/24965

Ref https://github.com/denoland/deno/issues/31665.
Improves error message from
https://github.com/denoland/deno/issues/30538#issuecomment-3658925471.
2025-12-19 13:28:29 +01:00
..
config
ffi fix(ffi): check that fast calls are taken (#30658) 2025-09-11 12:02:57 +02:00
integration chore: remove error-prone wildcard_match function (#31650) 2025-12-17 16:49:36 +00:00
napi fix(ext/napi): suppress deprecated Buffer warnings (#31245) 2025-11-11 15:02:29 +09:00
node_compat feat: support named pipe listen, connect and open (#31624) 2025-12-19 09:18:48 +01:00
registry fix(audit): fix deserde for transitive npm audit actions (#31671) 2025-12-19 08:22:26 +00:00
specs fix(audit): fix deserde for transitive npm audit actions (#31671) 2025-12-19 08:22:26 +00:00
sqlite_extension fix(ext/node): fix sqlite extension used for testing; ensure related tests are actually meaningful (#31547) 2025-12-10 14:06:05 +01:00
sqlite_extension_test fix(ext/node): fix sqlite extension used for testing; ensure related tests are actually meaningful (#31547) 2025-12-10 14:06:05 +01:00
testdata feat: worker debugging support via CDP (#31527) 2025-12-16 14:47:28 -03:00
unit fix(fetch): fix SOCKS5 proxy URL validation logic (#31604) 2025-12-18 15:53:11 +01:00
unit_node fix(ext/node): stub out Module.register and Module.registerHooks (#31666) 2025-12-19 13:28:29 +01:00
util fix(audit): fix deserde for transitive npm audit actions (#31671) 2025-12-19 08:22:26 +00:00
wpt test: ignore flaky wpt test (#31535) 2025-12-09 13:19:31 +01:00
Cargo.toml ci: more stability for integration tests (#31578) 2025-12-12 16:19:07 -05:00
lib.rs
README.md

Deno Integration Tests