Files
mermaid/cypress/integration/rendering/examples.spec.ts
2025-04-05 14:02:58 +05:30

8 lines
200 B
TypeScript

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