// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Test > should open mermaid popup when active tool is mermaid 1`] = `
"
Mermaid to Excalidraw
Currently only Flowchart, Sequence, and Class Diagrams are supported. The other types will be rendered as image in Excalidraw.
Ctrl
Enter
"
`;
exports[`Test > should show error in preview when mermaid library throws error 1`] = `
"flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]"
`;