1
0
espelhamento de https://github.com/mermaid-js/mermaid.git sincronizado 2025-11-01 03:14:10 +01:00
Files
mermaid/cypress/integration/rendering/marker_unique_id.spec.js
2023-09-11 11:59:28 -07:00

11 linhas
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 },
});
});
});