mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Add dummy commit to trigger GH checks
This commit is contained in:
@@ -750,7 +750,7 @@ describe('mermaidAPI', () => {
|
|||||||
it('should clean up comments when present in diagram definition', async () => {
|
it('should clean up comments when present in diagram definition', async () => {
|
||||||
const diagram = await mermaidAPI.getDiagramFromText(
|
const diagram = await mermaidAPI.getDiagramFromText(
|
||||||
`flowchart LR
|
`flowchart LR
|
||||||
%% this is a comment A -- text --> B{node}
|
%% This is a comment A -- text --> B{node}
|
||||||
A -- text --> B -- text2 --> C`
|
A -- text --> B -- text2 --> C`
|
||||||
);
|
);
|
||||||
expect(diagram).toBeInstanceOf(Diagram);
|
expect(diagram).toBeInstanceOf(Diagram);
|
||||||
|
Reference in New Issue
Block a user