Codacy style changes for test files
This commit is contained in:
@ -7,5 +7,4 @@ const pullBy = (arr, ...args) => {
|
||||
arr.length = 0;
|
||||
pulled.forEach(v => arr.push(v));
|
||||
};
|
||||
|
||||
module.exports = pullBy;
|
||||
module.exports = pullBy;
|
||||
|
||||
Reference in New Issue
Block a user