Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ const functions = (obj, inherited = false) =>
|
||||
? [...Object.keys(obj), ...Object.keys(Object.getPrototypeOf(obj))]
|
||||
: Object.keys(obj)
|
||||
).filter(key => typeof obj[key] === 'function');
|
||||
module.exports = functions
|
||||
module.exports = functions;
|
||||
Reference in New Issue
Block a user