Codacy style changes for test files
This commit is contained in:
@ -2,5 +2,4 @@ const times = (n, fn, context = undefined) => {
|
||||
let i = 0;
|
||||
while (fn.call(context, i) !== false && ++i < n) {}
|
||||
};
|
||||
|
||||
module.exports = times;
|
||||
module.exports = times;
|
||||
|
||||
Reference in New Issue
Block a user