summaryrefslogtreecommitdiff
path: root/cli/tests/integration/node_unit_tests.rs
diff options
context:
space:
mode:
authoregg <takaharu.kato@route06.co.jp>2023-05-29 22:03:14 +0900
committerGitHub <noreply@github.com>2023-05-29 15:03:14 +0200
commitfc6ba92024d76d44349c36dcedd13994116db45b (patch)
tree010f927633130eba19f85523fd7c4b76f63e8642 /cli/tests/integration/node_unit_tests.rs
parentcf8b7bb53061ded139626378cf73c7b05f747eb9 (diff)
test(ext/node): add os_test.ts (#19305)
Part of #17840 I haven't made any changes or additions to the tests themselves, just moved the tests over and updated to match. --------- 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 7c524eb8b..1cd52f61d 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!(
pbkdf2_test = internal / pbkdf2_test,
scrypt_test = internal / scrypt_test,
module_test,
+ os_test,
process_test,
querystring_test,
readline_test,