From de21a780fd4e3f59bd0607a4c91246cc8b3a86b8 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 18 Apr 2023 16:00:51 +0900 Subject: fix(ext/node): add req.socket.remoteAddress (#18733) --- cli/tests/node_compat/test/common/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/tests/node_compat/test/common') diff --git a/cli/tests/node_compat/test/common/index.js b/cli/tests/node_compat/test/common/index.js index f93f7b7a6..491dabd2f 100644 --- a/cli/tests/node_compat/test/common/index.js +++ b/cli/tests/node_compat/test/common/index.js @@ -446,6 +446,9 @@ module.exports = { getArrayBufferViews, getBufferSources, hasCrypto: true, + hasMultiLocalhost() { + return false; + }, invalidArgTypeHelper, mustCall, mustCallAtLeast, -- cgit v1.2.3