We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39767a2 commit 523477dCopy full SHA for 523477d
packages/myst-cli/src/transforms/mermaid.spec.ts
@@ -14,6 +14,8 @@ describe('renderMermaidDiagram - CLI execution', { timeout: 15000 }, () => {
14
15
const result = await renderMermaidDiagram(file, mermaidNode);
16
17
+ console.log(file.messages);
18
+
19
expect(result.type).toBe('image');
20
if (result.type === 'image') {
21
expect(result.url).toMatch(/^data:image\/svg\+xml;base64,/);
0 commit comments