Merge branch 'mermaid-js-develop' into develop

This commit is contained in:
chris moran
2020-07-26 08:59:22 -04:00
19 changed files with 8271 additions and 25332 deletions

View File

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