Files
mermaid/cypress/integration/rendering/examples.spec.ts
2025-04-05 09:11:18 +05:30

8 lines
205 B
TypeScript

import { urlSnapshotTest } from '../../helpers/util.js';
describe.skip('Examples', () => {
it('should render all examples', () => {
urlSnapshotTest('http://localhost:9000/examples.html');
});
});