fix(matrix): clean markdown table default PR

This commit is contained in:
Ayaan Zaidi
2026-05-12 14:47:10 +05:30
parent 09a2d6e571
commit 8841a82f5c
@@ -239,7 +239,7 @@ describe("matrix channel message adapter", () => {
});
});
it("declares bullets as defaultMarkdownTableMode to avoid code-block fallthrough (#78990)", () => {
it("declares bullets as the markdown table default", () => {
expect(matrixPlugin.messaging?.defaultMarkdownTableMode).toBe("bullets");
});
});