style: satisfy formatters

This commit is contained in:
Peter Steinberger
2025-12-14 04:02:58 +00:00
parent f6f69b408f
commit 357a1a982b
4 changed files with 17 additions and 6 deletions

View File

@@ -823,7 +823,8 @@ describe("web auto-reply", () => {
const heartbeatCall = replyResolver.mock.calls.find(
(call) =>
call[0]?.Body === HEARTBEAT_PROMPT && call[0]?.MessageSid === "sid-main",
call[0]?.Body === HEARTBEAT_PROMPT &&
call[0]?.MessageSid === "sid-main",
);
expect(heartbeatCall?.[0]?.From).toBe("+1555");
expect(heartbeatCall?.[0]?.To).toBe("+1555");