Add semicolon for tdd exports
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
const getDaysDiffBetweenDates = (dateInitial, dateFinal) =>
|
||||
(dateFinal - dateInitial) / (1000 * 3600 * 24);
|
||||
module.exports = getDaysDiffBetweenDates
|
||||
module.exports = getDaysDiffBetweenDates;
|
||||
Reference in New Issue
Block a user