mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-13 01:04:12 +01:00
test: verify handDrawn look for every diagram type
This commit is contained in:
9
cypress/integration/rendering/handDraw.spec.js
Normal file
9
cypress/integration/rendering/handDraw.spec.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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,
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user