Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const JSONToDate = arr => {
|
||||
const dt = new Date(parseInt(arr.toString().substr(6)));
|
||||
return `${dt.getDate()}/${dt.getMonth() + 1}/${dt.getFullYear()}`;
|
||||
};
|
||||
module.exports = JSONToDate
|
||||
module.exports = JSONToDate;
|
||||
Reference in New Issue
Block a user