Codacy style changes for test files
This commit is contained in:
@ -2,5 +2,4 @@ const takeWhile = (arr, func) => {
|
||||
for (const [i, val] of arr.entries()) if (func(val)) return arr.slice(0, i);
|
||||
return arr;
|
||||
};
|
||||
|
||||
module.exports = takeWhile;
|
||||
module.exports = takeWhile;
|
||||
|
||||
Reference in New Issue
Block a user