Add tests to check for correct food content populating

This commit is contained in:
Phillip Thelen
2024-05-08 16:46:42 +02:00
parent 4a9ec734c1
commit 856ed24dcb
3 changed files with 96 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export function getRepeatingEvents (date) {
const endDate = eventData.end.replace('1970', momentDate.year());
return momentDate.isBetween(startDate, endDate);
});
}).map(eventKey => REPEATING_EVENTS[eventKey]);
}
export const EVENTS = {