mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Fixed linters
This commit is contained in:
@@ -48,7 +48,7 @@ describe('flowchart-elk detector', () => {
|
|||||||
defaultRenderer: 'elk',
|
defaultRenderer: 'elk',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
).toBe(false)
|
).toBe(false);
|
||||||
|
|
||||||
expect(
|
expect(
|
||||||
detector('mindmap ["Descendant node in graph"]', {
|
detector('mindmap ["Descendant node in graph"]', {
|
||||||
@@ -56,7 +56,7 @@ describe('flowchart-elk detector', () => {
|
|||||||
defaultRenderer: 'elk',
|
defaultRenderer: 'elk',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
).toBe(false)
|
).toBe(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should detect flowchart-elk', () => {
|
it('should detect flowchart-elk', () => {
|
||||||
|
Reference in New Issue
Block a user