mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 03:04:07 +01:00
fix lint issues
This commit is contained in:
@@ -31,7 +31,6 @@ describe('when using the journeyDb', function () {
|
|||||||
journeyDb.addTask('test2', '1: id2');
|
journeyDb.addTask('test2', '1: id2');
|
||||||
journeyDb.clear();
|
journeyDb.clear();
|
||||||
});
|
});
|
||||||
|
|
||||||
it.each`
|
it.each`
|
||||||
fn | expected
|
fn | expected
|
||||||
${'getTasks'} | ${[]}
|
${'getTasks'} | ${[]}
|
||||||
|
|||||||
Reference in New Issue
Block a user