chore: remove unnecessary test case

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
darshanr0107
2025-08-07 12:09:49 +05:30
parent 9258b2933b
commit 165ffefad5

View File

@@ -404,16 +404,6 @@ describe('Block diagram', () => {
a
b
a --- b
`,
{}
);
});
it('BL32: edge with arrow syntax should render with arrowheads', () => {
imgSnapshotTest(
`block-beta
a
b
a --> b
`,
{}
);