describe("A DNS MX record directs email to a mail server.", () => { it("If domain is unreachable, checkMX returns empty array", async () => {}); it("If domain is reachable, checkMX returns exchanges", async () => {}); });