mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
remove only
This commit is contained in:
parent
1ced4a18d6
commit
71f21c643c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue