Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const bind = (fn, context, ...args) =>
|
||||
function() {
|
||||
return fn.apply(context, args.concat(...arguments));
|
||||
};
|
||||
module.exports = bind
|
||||
module.exports = bind;
|
||||
Reference in New Issue
Block a user