1
0
espelhamento de https://github.com/mermaid-js/mermaid.git sincronizado 2025-11-01 03:14:10 +01:00
Files
mermaid/cypress/integration/other/external-diagrams.spec.js

11 linhas
336 B
JavaScript

import { urlSnapshotTest } from '../../helpers/util';
describe('mermaid', () => {
describe('registerDiagram', () => {
it('should work on @mermaid-js/mermaid-example-diagram', () => {
const url = 'http://localhost:9000/external-diagrams-example-diagram.html';
urlSnapshotTest(url, {}, false, false);
});
});
});