Fixed linters

This commit is contained in:
Nikolay Rozhkov
2024-06-19 22:53:55 +03:00
parent 6382dcf7c8
commit 66cd0b9621

View File

@@ -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', () => {