fix: updated test case

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
darshanr0107
2025-07-16 15:25:16 +05:30
parent ac976245ad
commit cc2112c7aa

View File

@@ -414,7 +414,7 @@ columns 1
G:1`;
expect(() => block.parse(str)).toThrowError(
'width of block B is greater than the column width'
'Block B width 2 exceeds configured column width 1'
);
});
});