mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
11 lines
318 B
JavaScript
11 lines
318 B
JavaScript
import { urlSnapshotTest } from '../../helpers/util.ts';
|
|
|
|
describe('Marker Unique IDs Per Diagram', () => {
|
|
it('should render a blue arrow tip in second digram', () => {
|
|
urlSnapshotTest('http://localhost:9000/marker_unique_id.html', {
|
|
logLevel: 1,
|
|
flowchart: { htmlLabels: false },
|
|
});
|
|
});
|
|
});
|