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