Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ return `${t.getFullYear()}-${String(t.getMonth() + 1).padStart(2, '0')}-${String
|
||||
t.getDate()
|
||||
).padStart(2, '0')}`;
|
||||
};
|
||||
module.exports = tomorrow
|
||||
module.exports = tomorrow;
|
||||
Reference in New Issue
Block a user