diff options
author | Kaique da Silva <44123854+ktfth@users.noreply.github.com> | 2023-06-29 23:44:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 11:44:14 +0900 |
commit | 9befc5cd48843ed2f6997181af14362d933679d9 (patch) | |
tree | 65c85974cdd3f86d9c376398bd89f69142fb0be3 /cli/tests/integration/node_unit_tests.rs | |
parent | fc335bd28d27903ab4ffbddd101816d63b0ad2e3 (diff) |
test(ext/node): added unit test for net node modules compat from std (#19663)
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 7c1da1939..d8ed0b00d 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -66,6 +66,7 @@ util::unit_test_factory!( pbkdf2_test = internal / pbkdf2_test, scrypt_test = internal / scrypt_test, module_test, + net_test, os_test, process_test, querystring_test, |