purescript-email-address/qed-mail/test/mx.test.ts
2024-02-07 15:23:45 -06:00

6 lines
227 B
TypeScript

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 () => {});
});