mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 04:19:44 +02:00
8 lines
205 B
TypeScript
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');
|
|
});
|
|
});
|