From 8e5a68444584b272257f94b06151f1ce5224bd22 Mon Sep 17 00:00:00 2001 From: ThanhNguyxn Date: Fri, 30 Jan 2026 17:36:16 +0700 Subject: [PATCH] style: format test file --- src/telegram/format.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/telegram/format.test.ts b/src/telegram/format.test.ts index 9b2cb60c6..fbc811b72 100644 --- a/src/telegram/format.test.ts +++ b/src/telegram/format.test.ts @@ -50,7 +50,9 @@ describe("markdownToTelegramHtml", () => { it("properly nests overlapping bold and autolink (#4071)", () => { const res = markdownToTelegramHtml("**start https://example.com** end"); - expect(res).toMatch(/start https:\/\/example\.com<\/a><\/b> end/); + expect(res).toMatch( + /start https:\/\/example\.com<\/a><\/b> end/, + ); }); it("properly nests link inside bold", () => {