You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new test covers the case in which `getTasks` is invoked with a `dueDate` parameter. None of the existing test cases covers this case.
The new test case aims to verify the behavior of `getTasks` when a `dueDate` is provided, ensuring that the `nextDue` property is properly set for daily tasks based on the given dueDate.
The new test adds new coverage:
- 3 lines in server/libs/tasks/utils.js, in `setNextDue`
- 20 lines in server/libs/tasks/index.js, mostly in `getTasks`
0 commit comments