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
+1 -1
View File
@@ -19,7 +19,7 @@ function validateMatcher (matcher, checkedDate) {
expect(matcher.end).to.be.greaterThan(checkedDate);
}
describe.only('Content Schedule', () => {
describe('Content Schedule', () => {
beforeEach(() => {
clearCachedMatchers();
});