next.js
0ec02b0c - Add support for IPv6 in tests (#66285)

Commit
1 year ago
Add support for IPv6 in tests (#66285) Using the hostname `::` enables dual-stack support. This prevents `ECONNREFUSED` errors when running tests locally, and `localhost` being resolved to `::1` (IPv6) instead of `127.0.0.1` (IPv4).
Author
Parents
Loading