Add dummy commit to trigger GH checks

This commit is contained in:
Aakansha Doshi
2023-11-28 12:05:52 +05:30
committed by GitHub
parent 18bc2af570
commit 4ed7b2be02

View File

@@ -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);