We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b6510 commit 75bf448Copy full SHA for 75bf448
1 file changed
test/parallel/test-dns.js
@@ -274,6 +274,7 @@ dns.lookup('', {
274
await dnsPromises.lookup('', {
275
hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL
276
});
277
+ await dnsPromises.lookup('', { verbatim: true });
278
})().then(common.mustCall());
279
280
{
0 commit comments