chore: fix lint warnings

This commit is contained in:
Peter Steinberger
2026-01-12 22:06:54 +00:00
parent 59c8d2d17f
commit 5bc4971432
3 changed files with 14 additions and 8 deletions

View File

@@ -90,7 +90,8 @@ describe("chunkDiscordText", () => {
});
it("keeps reasoning italics balanced when chunks split by char limit", () => {
const longLine = "This is a very long reasoning line that forces char splits.";
const longLine =
"This is a very long reasoning line that forces char splits.";
const body = Array.from({ length: 5 }, () => longLine).join("\n");
const text = `Reasoning:\n_${body}_`;