diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-07-05 16:13:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 16:13:34 +0900 |
commit | cd2525d4cff4e18b1e3e7d29458079942ba2b6c5 (patch) | |
tree | c3f519aba59c57fc43bc30e3c69f12a0a80cc5b0 /cli/tests/integration/node_unit_tests.rs | |
parent | 1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9 (diff) |
test(ext/node): clean up node:path test cases (#19610)
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 58183e971..ddfeb3d50 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -68,6 +68,7 @@ util::unit_test_factory!( module_test, net_test, os_test, + path_test, perf_hooks_test, process_test, querystring_test, |