Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const debounce = (fn, ms = 0) => {
|
||||
timeoutId = setTimeout(() => fn.apply(this, args), ms);
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = debounce;
|
||||
module.exports = debounce;
|
||||
|
||||
Reference in New Issue
Block a user