mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
Update packages/mermaid/src/mermaidAPI.spec.ts
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
parent
f5bae98098
commit
3cad7984a3
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user