Skip to content

Commit

Permalink
Update packages/mermaid/src/mermaidAPI.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alois Klink <[email protected]>
  • Loading branch information
saurabhg772244 and aloisklink authored Jan 6, 2025
1 parent f5bae98 commit 3cad798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/mermaidAPI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ graph TD;A--x|text including URL space|B;`)
});

it('should not fuckup db when rendering different diagrams', async () => {
const flwoDiagram1 = await mermaidAPI.getDiagramFromText(
const flowDiagram1 = await mermaidAPI.getDiagramFromText(
`flowchart LR
%% This is a comment A -- text --> B{node}
A -- text --> B -- text2 --> C`
Expand Down

0 comments on commit 3cad798

Please sign in to comment.