mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01:00
fix: updated test case
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
@@ -414,7 +414,7 @@ columns 1
|
|||||||
G:1`;
|
G:1`;
|
||||||
|
|
||||||
expect(() => block.parse(str)).toThrowError(
|
expect(() => block.parse(str)).toThrowError(
|
||||||
'width of block B is greater than the column width'
|
'Block B width 2 exceeds configured column width 1'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user