diff options
author | Luca Casonato <hello@lcas.dev> | 2023-10-02 21:13:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 14:13:57 +0200 |
commit | d5b6c636b09823bfaa97fe8cd382b654d85d2add (patch) | |
tree | aa09124fc49c1a2365118b31ad4f8bf6b9a9796b /cli/tests/integration/node_unit_tests.rs | |
parent | 6fd2d0841871018bd394ebbdccd4c1f39e5cf773 (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.rs | 1 |
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, |