From 778b0b8eb59c26b2868c5f820e84988b8039597b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 3 Apr 2024 20:37:10 +0100 Subject: fix(ext/node): polyfill node:domain module (#23088) Closes https://github.com/denoland/deno/issues/16852 --------- Co-authored-by: Nathan Whitaker --- tests/integration/node_unit_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration/node_unit_tests.rs') 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, -- cgit v1.2.3