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 3cad798 commit 8dc016e
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 @@ -833,7 +833,7 @@ graph TD;A--x|text including URL space|B;`)
expect(diagram.type).toBe('flowchart-v2');
});

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

0 comments on commit 8dc016e

Please sign in to comment.