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/config.json | |
| parent | 6efaef606af890e05deab0a892b1214f7f8421a9 (diff) | |
fix(ext/node): add req.socket.remoteAddress (#18733)
Diffstat (limited to 'cli/tests/node_compat/config.json')
| -rw-r--r-- | cli/tests/node_compat/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json index 60d5beb34..e77f00876 100644 --- a/cli/tests/node_compat/config.json +++ b/cli/tests/node_compat/config.json @@ -346,6 +346,7 @@ "test-http-agent-getname.js", "test-http-client-get-url.js", "test-http-client-read-in-error.js", + "test-http-localaddress.js", "test-http-outgoing-buffer.js", "test-http-outgoing-internal-headernames-getter.js", "test-http-outgoing-internal-headernames-setter.js", |
