Merge branch 'develop' into bug/6795_fix-flowchart-elk-detector

This commit is contained in:
shubham-mermaid
2025-07-29 15:11:56 +05:30
committed by GitHub
3 changed files with 27 additions and 1 deletions

View File

@@ -384,4 +384,17 @@ describe('Block diagram', () => {
{}
);
});
it('BL30: block should overflow if too wide for columns', () => {
imgSnapshotTest(
`block-beta
columns 2
fit:2
overflow:3
short:1
also_overflow:2
`,
{}
);
});
});