Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const without = (arr, ...args) => arr.filter(v => !args.includes(v));
|
||||
|
||||
module.exports = without;
|
||||
module.exports = without;
|
||||
|
||||
Reference in New Issue
Block a user