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