aboutsummaryrefslogtreecommitdiff
path: root/deno/mail-relay/mail.test.ts
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-14 03:07:02 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-14 15:20:16 +0800
commit448852a474126c42d6d078d0bb82258b7ecc0750 (patch)
tree413596646054970a89c7533e6335594ec13ec4ee /deno/mail-relay/mail.test.ts
parent3b8cde9ae3d5480d808d16f729b82b66bf2c1602 (diff)
downloadcrupest-448852a474126c42d6d078d0bb82258b7ecc0750.tar.gz
crupest-448852a474126c42d6d078d0bb82258b7ecc0750.tar.bz2
crupest-448852a474126c42d6d078d0bb82258b7ecc0750.zip
deno & nvim: turn back to use deno fmt instead of prettier.
Diffstat (limited to 'deno/mail-relay/mail.test.ts')
-rw-r--r--deno/mail-relay/mail.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/mail-relay/mail.test.ts b/deno/mail-relay/mail.test.ts
index 6abb7d7..cd0c38d 100644
--- a/deno/mail-relay/mail.test.ts
+++ b/deno/mail-relay/mail.test.ts
@@ -87,7 +87,7 @@ describe("Mail", () => {
}),
]).toEqual(
[...mockToAddresses, mockCcAddress].filter((a) =>
- a.endsWith("example.com"),
+ a.endsWith("example.com")
),
);
});