From 124c6148daf5b93565de4e12894ea2026dfcd63c Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sun, 22 Mar 2020 10:33:58 -0400 Subject: [PATCH] . --- src/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.ts b/src/test.ts index 307144a..31bb8eb 100644 --- a/src/test.ts +++ b/src/test.ts @@ -53,7 +53,7 @@ describe("receive email", () => { test("non-existing address", async () => { await emailClient.sendMail({ from: "publisher@example.com", - to: `non-existing@kill-the-newsletter.com`, + to: "non-existing@kill-the-newsletter.com", subject: "New Message", html: "

HTML content

" });