






















@@ -2374,7 +2374,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
23742374});
2375237523762376expect(answerDraftStream.update).toHaveBeenCalledWith(
2377-"Cracking\n\n`🛠️ Exec`\n`🛠️ git rev-parse --abbrev-ref HEAD`",
2377+"Cracking\n\n`🛠️ Exec`\n\n`🛠️ git rev-parse --abbrev-ref HEAD`",
23782378);
23792379expect(answerDraftStream.update).not.toHaveBeenCalledWith("Branch is up to date");
23802380expect(answerDraftStream.forceNewMessage).toHaveBeenCalledTimes(1);
@@ -2434,7 +2434,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
24342434expect.stringContaining("stdout line one"),
24352435);
24362436expect(answerDraftStream.update).toHaveBeenLastCalledWith(
2437-"Shelling\n\n`🛠️ Exec`\n`🔎 Web Search: docs lookup`",
2437+"Shelling\n\n`🛠️ Exec`\n\n`🔎 Web Search: docs lookup`",
24382438);
24392439expect(deliverReplies).not.toHaveBeenCalled();
24402440});
@@ -2670,7 +2670,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
26702670});
2671267126722672expect(createTelegramDraftStream).toHaveBeenCalledTimes(1);
2673-expect(draftStream.update).toHaveBeenCalledWith("Shelling\n\n`🛠️ Exec`\n• _Checking files_");
2673+expect(draftStream.update).toHaveBeenCalledWith("Shelling\n\n`🛠️ Exec`\n\n• _Checking files_");
26742674});
2675267526762676it("renders configured Telegram commentary progress from preamble item events", async () => {
@@ -2840,7 +2840,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
28402840});
2841284128422842expect(draftStream.update).toHaveBeenCalledWith(
2843-"Shelling\n\n`🔎 Web Search: docs lookup`\n• `tests passed`",
2843+"Shelling\n\n`🔎 Web Search: docs lookup`\n\n• `tests passed`",
28442844);
28452845expect(draftStream.forceNewMessage).toHaveBeenCalledTimes(1);
28462846expect(draftStream.materialize).not.toHaveBeenCalled();
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。