- Expected behavior and actual behavior.
Deadline.spec.ts: 'should createComplete timestamp today', if run after 22h of the day it will fail. Default constructor parameter adds 2 hours to current datetime which makes the deadline 'Day' === day + 1. Potentially could break CI build.
- Steps to reproduce the problem.
npm run test after 22h of the day.
- Specifications like the version of the project, operating system, or hardware.