diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-02-22 00:14:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 00:14:15 +0900 |
commit | 608c855f1166e0ed76762fd9afd00bb52cc65032 (patch) | |
tree | 885473c25a25ce2cd16736790c56fc3bb262fbe5 /cli | |
parent | 914b08fc19e5c7268e7b04a216337e765d6a06e8 (diff) |
fix(ext/node): fix process.uptime (#17839)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tests/node_compat/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json index 5bf150d9b..85e5f09c5 100644 --- a/cli/tests/node_compat/config.json +++ b/cli/tests/node_compat/config.json @@ -540,7 +540,7 @@ "test-process-exit-recursive.js", "test-process-exit.js", "test-process-kill-pid.js", - "TODO:test-process-uptime.js", + "test-process-uptime.js", "test-promise-unhandled-silent.js", "test-promise-unhandled-throw-handler.js", "TODO:test-punycode.js", |