This module exports a function named calculateDueDate, which calculates due dates for bug reports.
DueDateCalculator.calculateDueDate(submitTime, turnaround);
Parameters:
- submitTime: Date, working day
- turnaround: Number, a positive number
Return value: Date, the due date of the bug report with the given submit and turnaround time.
npm run lint
npm run test