testing the label width in percy

This commit is contained in:
Knut Sveidqvist 2020-07-24 19:14:42 +02:00
parent c5b55fa476
commit dc2d52fc09

View File

@ -685,4 +685,13 @@ describe('Flowchart', () => {
{ flowchart: { diagramPadding: 0 } }
);
});
it('34: testing the label width in percy', () => {
imgSnapshotTest(
`graph TD
A[Christmas]
`,
{ }
);
});
});