style: apply biome formatting

This commit is contained in:
Peter Steinberger
2026-01-02 01:29:05 +01:00
parent 336048441c
commit c31070db24
13 changed files with 78 additions and 62 deletions

View File

@@ -27,9 +27,7 @@ describe("imessage targets", () => {
expect(normalizeIMessageHandle("Name@Example.com")).toBe(
"name@example.com",
);
expect(normalizeIMessageHandle(" +1 (555) 222-3333 ")).toBe(
"+15552223333",
);
expect(normalizeIMessageHandle(" +1 (555) 222-3333 ")).toBe("+15552223333");
});
it("checks allowFrom against chat_id", () => {