Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const chainAsync = fns => {
|
||||
const next = () => fns[curr++](next);
|
||||
next();
|
||||
};
|
||||
|
||||
module.exports = chainAsync;
|
||||
module.exports = chainAsync;
|
||||
|
||||
Reference in New Issue
Block a user