mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-25 23:24:12 +01:00
chore: make parser as optional in ParserDefinition
This commit is contained in:
@@ -39,7 +39,6 @@ describe('DiagramAPI', () => {
|
||||
parse: (_text) => {
|
||||
return;
|
||||
},
|
||||
parser: { yy: {} },
|
||||
},
|
||||
renderer: {},
|
||||
styles: {},
|
||||
|
||||
Reference in New Issue
Block a user