We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05f86a commit 3d0011bCopy full SHA for 3d0011b
1 file changed
packages/mermaid/src/diagrams/block/layout.spec.ts
@@ -26,8 +26,8 @@ describe('layout runtime config', () => {
26
type: 'square',
27
columns: 2,
28
children: [
29
- { id: 'b1', type: 'rect', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
30
- { id: 'b2', type: 'rect', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
+ { id: 'b1', type: 'square', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
+ { id: 'b2', type: 'square', children: [], size: { width: 100, height: 50, x: 0, y: 0 } },
31
],
32
});
33
0 commit comments