Files
mermaid/cypress/integration/rendering/handDraw.spec.js
2025-11-05 01:31:06 +07:00

10 lines
254 B
JavaScript

import { urlSnapshotTest } from '../../helpers/util.ts';
describe('Hand Draw', () => {
it('should render the hand drawn look for all diagrams', () => {
urlSnapshotTest('http://localhost:9000/handDrawn.html', {
logLevel: 1,
});
});
});