From d5b6c636b09823bfaa97fe8cd382b654d85d2add Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 2 Oct 2023 21:13:57 +0900 Subject: fix(ext/node): don't call undefined nextTick fn (#20724) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `process` global is not defined in this file. Fixes #20441 --------- Co-authored-by: Bartek IwaƄczuk --- cli/tests/integration/node_unit_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/integration/node_unit_tests.rs') diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index 05aa4c45a..5489a7255 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -58,6 +58,7 @@ util::unit_test_factory!( crypto_hash_test = crypto / crypto_hash_test, crypto_key_test = crypto / crypto_key_test, crypto_sign_test = crypto / crypto_sign_test, + events_test, fs_test, http_test, http2_test, -- cgit v1.2.3