Skip to content

Commit

Permalink
test: improve test coverage of dns/promises
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriyosh committed Jan 7, 2022
1 parent b6b6510 commit 75bf448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-dns.js
Expand Up @@ -274,6 +274,7 @@ dns.lookup('', {
await dnsPromises.lookup('', {
hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL
});
await dnsPromises.lookup('', { verbatim: true });
})().then(common.mustCall());

{
Expand Down

0 comments on commit 75bf448

Please sign in to comment.