diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 03:07:02 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 15:20:16 +0800 |
commit | 096f6ca0fa344363b4c76b7418a5743f9536034c (patch) | |
tree | 722a3e6152b8aa2940268555edb1fe842941d097 /deno/mail-relay/mail.test.ts | |
parent | 0e4a5e2a74b3077b1108502c8d263cb85ae02ed0 (diff) | |
download | crupest-096f6ca0fa344363b4c76b7418a5743f9536034c.tar.gz crupest-096f6ca0fa344363b4c76b7418a5743f9536034c.tar.bz2 crupest-096f6ca0fa344363b4c76b7418a5743f9536034c.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.ts | 2 |
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") ), ); }); |