Skip to content

Commit 523477d

Browse files
committed
log on ci
1 parent 39767a2 commit 523477d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/myst-cli/src/transforms/mermaid.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ describe('renderMermaidDiagram - CLI execution', { timeout: 15000 }, () => {
1414

1515
const result = await renderMermaidDiagram(file, mermaidNode);
1616

17+
console.log(file.messages);
18+
1719
expect(result.type).toBe('image');
1820
if (result.type === 'image') {
1921
expect(result.url).toMatch(/^data:image\/svg\+xml;base64,/);

0 commit comments

Comments
 (0)