mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
Revert flowchart change
This commit is contained in:
@@ -12,7 +12,7 @@ describe('DiagramAPI', () => {
|
|||||||
|
|
||||||
it('should handle diagram registrations', () => {
|
it('should handle diagram registrations', () => {
|
||||||
expect(() => getDiagram('loki')).toThrow();
|
expect(() => getDiagram('loki')).toThrow();
|
||||||
expect(() => detectType('loki diagram')).toThrow();
|
expect(() => detectType('loki diagram')).not.toThrow(); // TODO: #3391
|
||||||
registerDiagram(
|
registerDiagram(
|
||||||
'loki',
|
'loki',
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user