Skip to content

Commit 40c0960

Browse files
kuriyoshdanielleadams
authored andcommitted
test: improve test coverage of dns/promises
PR-URL: #41425 Refs: https://coverage.nodejs.org/coverage-0b4e9ae656e93e5f/lib/internal/dns/promises.js.html#L128 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d5ad2b7 commit 40c0960

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎test/parallel/test-dns.js‎

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

279280
{

0 commit comments

Comments
 (0)