Fix unit test

This commit is contained in:
Jeremy Funk 2023-03-24 00:37:25 +01:00
parent a70b3a881d
commit 2f8c571a5c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ describe('when using the ganttDb', function () {
${'getExcludes'} | ${[]}
${'getSections'} | ${[]}
${'endDatesAreInclusive'} | ${false}
${'enabledCompact'} | ${false}
${'compactEnabled'} | ${false}
`)('should clear $fn', ({ fn, expected }) => {
expect(ganttDb[fn]()).toEqual(expected);
});