summaryrefslogtreecommitdiff
path: root/tests/integration/node_unit_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-04-03 20:37:10 +0100
committerGitHub <noreply@github.com>2024-04-03 21:37:10 +0200
commit778b0b8eb59c26b2868c5f820e84988b8039597b (patch)
tree675e550e917e350701a181a59461c6c67af1b814 /tests/integration/node_unit_tests.rs
parent86bc7a43810846fc66bf06b7577490f01ead1918 (diff)
fix(ext/node): polyfill node:domain module (#23088)
Closes https://github.com/denoland/deno/issues/16852 --------- Co-authored-by: Nathan Whitaker <nathan@deno.com>
Diffstat (limited to 'tests/integration/node_unit_tests.rs')
-rw-r--r--tests/integration/node_unit_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs
index fc636e807..a034897ef 100644
--- a/tests/integration/node_unit_tests.rs
+++ b/tests/integration/node_unit_tests.rs
@@ -64,6 +64,7 @@ util::unit_test_factory!(
crypto_sign_test = crypto / crypto_sign_test,
events_test,
dgram_test,
+ domain_test,
fs_test,
http_test,
http2_test,