Codacy style changes for test files
This commit is contained in:
@ -9,5 +9,4 @@ const counter = (selector, start, end, step = 1, duration = 2000) => {
|
||||
}, Math.abs(Math.floor(duration / (end - start))));
|
||||
return timer;
|
||||
};
|
||||
|
||||
module.exports = counter;
|
||||
module.exports = counter;
|
||||
|
||||
Reference in New Issue
Block a user