Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ i == arr.length - 2
|
||||
: i == arr.length - 1 ? acc + val : acc + val + separator,
|
||||
''
|
||||
);
|
||||
module.exports = join
|
||||
module.exports = join;
|
||||
Reference in New Issue
Block a user