Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const overArgs = (fn, transforms) => (...args) => fn(...args.map((val, i) => transforms[i](val)));
|
||||
|
||||
module.exports = overArgs;
|
||||
module.exports = overArgs;
|
||||
|
||||
Reference in New Issue
Block a user