test: verify handDrawn look for every diagram type

This commit is contained in:
Sidharth Vinod
2025-11-05 01:31:06 +07:00
parent 33dfa5a425
commit ffa727084c
3 changed files with 224 additions and 4 deletions

View 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,
});
});
});