mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
testing the label width in percy
This commit is contained in:
@@ -685,4 +685,13 @@ describe('Flowchart', () => {
|
|||||||
{ flowchart: { diagramPadding: 0 } }
|
{ flowchart: { diagramPadding: 0 } }
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('34: testing the label width in percy', () => {
|
||||||
|
imgSnapshotTest(
|
||||||
|
`graph TD
|
||||||
|
A[Christmas]
|
||||||
|
`,
|
||||||
|
{ }
|
||||||
|
);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user