mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 09:31:27 +00:00
fix(telegram): preserve rich table styling
This commit is contained in:
committed by
Ayaan Zaidi
parent
77eb0fdbaa
commit
8150b76b6f
@@ -712,7 +712,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
|
||||
const preview = renderText?.("| A | B |\n| --- | --- |\n| 1 | 2 |");
|
||||
expect(preview?.richMessage).toEqual(
|
||||
expect.objectContaining({
|
||||
html: expect.stringContaining("<table>"),
|
||||
html: expect.stringContaining("<table bordered striped>"),
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user