Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ let curr = 0;
|
||||
const next = () => fns[curr++](next);
|
||||
next();
|
||||
};
|
||||
module.exports = chainAsync
|
||||
module.exports = chainAsync;
|
||||
Reference in New Issue
Block a user