Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const isPromiseLike = obj =>
|
||||
obj !== null &&
|
||||
(typeof obj === 'object' || typeof obj === 'function') &&
|
||||
typeof obj.then === 'function';
|
||||
module.exports = isPromiseLike
|
||||
module.exports = isPromiseLike;
|
||||
Reference in New Issue
Block a user