| 1 | import { urlSnapshotTest } from '../../helpers/util.ts'; |
| 2 | |
| 3 | describe('Marker Unique IDs Per Diagram', () => { |
| 4 | it('should render a blue arrow tip in second digram', () => { |
| 5 | urlSnapshotTest('/marker_unique_id.html', { |
| 6 | logLevel: 1, |
| 7 | flowchart: { htmlLabels: false }, |
| 8 | }); |
| 9 | }); |
| 10 | }); |
| 11 |