remove only

This commit is contained in:
Phillip Thelen 2024-04-30 13:17:40 +02:00
parent 1ced4a18d6
commit 71f21c643c

View file

@ -10,7 +10,7 @@ function validateMatcher (matcher, checkedDate) {
expect(matcher.end).to.be.greaterThan(checkedDate);
}
describe.only('Content Schedule', () => {
describe('Content Schedule', () => {
it('assembles scheduled items on january 15th', () => {
const date = new Date('2024-01-15');
const matchers = getAllScheduleMatchingGroups(date);