Skip to content

Commit 75bf448

Browse files
committed
test: improve test coverage of dns/promises
1 parent b6b6510 commit 75bf448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-dns.js

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ dns.lookup('', {
274274
await dnsPromises.lookup('', {
275275
hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL
276276
});
277+
await dnsPromises.lookup('', { verbatim: true });
277278
})().then(common.mustCall());
278279

279280
{

0 commit comments

Comments
 (0)