Merge branch 'develop' into bug/5059_fix_external_connection_after_updating_edges

This commit is contained in:
Matheus Braga
2024-01-21 13:20:24 -03:00
committed by GitHub
5 changed files with 305 additions and 249 deletions

View File

@@ -1,12 +0,0 @@
import { imgSnapshotTest } from '../../helpers/util.ts';
describe('Flowchart', () => {
it('34: testing the label width in percy', () => {
imgSnapshotTest(
`graph TD
A[Christmas]
`,
{ theme: 'forest', fontFamily: '"Noto Sans SC", sans-serif' }
);
});
});