Skip to content

Commit

Permalink
Fixed linters
Browse files Browse the repository at this point in the history
  • Loading branch information
nirname committed Jun 19, 2024
1 parent 6382dcf commit 66cd0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mermaid-flowchart-elk/src/detector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ describe('flowchart-elk detector', () => {
defaultRenderer: 'elk',
},
})
).toBe(false)
).toBe(false);

expect(
detector('mindmap ["Descendant node in graph"]', {
flowchart: {
defaultRenderer: 'elk',
},
})
).toBe(false)
).toBe(false);
});

it('should detect flowchart-elk', () => {
Expand Down

0 comments on commit 66cd0b9

Please sign in to comment.