mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-07 14:24:13 +01:00
10 lines
254 B
JavaScript
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,
|
|
});
|
|
});
|
|
});
|