Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const hz = (fn, iterations = 100) => {
|
||||
for (let i = 0; i < iterations; i++) fn();
|
||||
return (1000 * iterations) / (performance.now() - before);
|
||||
};
|
||||
|
||||
module.exports = hz;
|
||||
module.exports = hz;
|
||||
|
||||
Reference in New Issue
Block a user