From fc6ba92024d76d44349c36dcedd13994116db45b Mon Sep 17 00:00:00 2001 From: egg Date: Mon, 29 May 2023 22:03:14 +0900 Subject: test(ext/node): add os_test.ts (#19305) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- cli/tests/integration/node_unit_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/integration/node_unit_tests.rs') 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, -- cgit v1.2.3