| 1 | 'use strict'; |
| 2 | // Regression test for dns.resolveSrv() functionality. |
| 3 | // This test ensures SRV record resolution works correctly, which is |
| 4 | // critical for services like MongoDB Atlas that use SRV records for |
nothing calls this directly
no test coverage detected