mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 17:54:13 +01:00
refactor: update test description for standalone numeric entities in ER diagram
This commit is contained in:
@@ -445,7 +445,7 @@ ORDER ||--|{ LINE-ITEM : contains
|
|||||||
{ logLevel: 1 }
|
{ logLevel: 1 }
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
it('should render ER diagram with numeric entity names and attributes', () => {
|
it('should render ER diagram with standalone numeric entities', () => {
|
||||||
imgSnapshotTest(
|
imgSnapshotTest(
|
||||||
`erDiagram
|
`erDiagram
|
||||||
PRODUCT ||--o{ ORDER-ITEM : has
|
PRODUCT ||--o{ ORDER-ITEM : has
|
||||||
|
|||||||
Reference in New Issue
Block a user