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