mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Added nextDue field
This commit is contained in:
@@ -510,6 +510,7 @@ describe('POST /tasks/user', () => {
|
||||
expect(task.weeksOfMonth).to.eql([3]);
|
||||
expect(new Date(task.startDate)).to.eql(now);
|
||||
expect(task.isDue).to.be.true;
|
||||
expect(task.nextDue.length).to.eql(3);
|
||||
});
|
||||
|
||||
it('creates multiple dailys', async () => {
|
||||
|
||||
Reference in New Issue
Block a user