diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-04-18 16:00:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 16:00:51 +0900 |
| commit | de21a780fd4e3f59bd0607a4c91246cc8b3a86b8 (patch) | |
| tree | 1c7e4dc2fbc4032e22cd63e4b3ed2ece9a24a7e8 /cli/tests/node_compat/test/common/index.js | |
| parent | 6efaef606af890e05deab0a892b1214f7f8421a9 (diff) | |
fix(ext/node): add req.socket.remoteAddress (#18733)
Diffstat (limited to 'cli/tests/node_compat/test/common/index.js')
| -rw-r--r-- | cli/tests/node_compat/test/common/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
