chore: Add test for packet-beta

This commit is contained in:
Sidharth Vinod
2025-07-10 00:44:07 +05:30
parent 7a38eb715d
commit b611a13e04

View File

@@ -795,7 +795,7 @@ graph TD;A--x|text including URL space|B;`)
{ textDiagramType: 'journey', expectedType: 'journey' },
{ textDiagramType: 'pie', expectedType: 'pie' },
{ textDiagramType: 'packet', expectedType: 'packet' },
{ textDiagramType: 'packet', expectedType: 'packet' },
{ textDiagramType: 'packet-beta', expectedType: 'packet' },
{ textDiagramType: 'xychart-beta', expectedType: 'xychart' },
{ textDiagramType: 'requirementDiagram', expectedType: 'requirement' },
{ textDiagramType: 'sequenceDiagram', expectedType: 'sequence' },