diff --git a/test/common/dns.js b/test/common/dns.js index 07f84d7a3703c1..7b2f1ef76e2889 100644 --- a/test/common/dns.js +++ b/test/common/dns.js @@ -39,7 +39,7 @@ function readDomainFromPacket(buffer, offset) { } else { // Pointer to another part of the packet. assert.strictEqual(length & 0xC0, 0xC0); - // eslint-disable-next-line + // eslint-disable-next-line space-infix-ops, space-unary-ops const pointeeOffset = buffer.readUInt16BE(offset) &~ 0xC000; return { nread: 2,