summaryrefslogtreecommitdiff
path: root/cli/tests/integration/node_unit_tests.rs
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2023-10-02 21:13:57 +0900
committerGitHub <noreply@github.com>2023-10-02 14:13:57 +0200
commitd5b6c636b09823bfaa97fe8cd382b654d85d2add (patch)
treeaa09124fc49c1a2365118b31ad4f8bf6b9a9796b /cli/tests/integration/node_unit_tests.rs
parent6fd2d0841871018bd394ebbdccd4c1f39e5cf773 (diff)
fix(ext/node): don't call undefined nextTick fn (#20724)
The `process` global is not defined in this file. Fixes #20441 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/integration/node_unit_tests.rs')
-rw-r--r--cli/tests/integration/node_unit_tests.rs1
1 files changed, 1 insertions, 0 deletions
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,