Codacy style changes for test files
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
const findLastKey = (obj, fn) =>
|
||||
Object.keys(obj)
|
||||
.reverse()
|
||||
.find(key => fn(obj[key], key, obj));
|
||||
Object.keys(obj)
|
||||
.reverse()
|
||||
.find(key => fn(obj[key], key, obj));
|
||||
|
||||
module.exports = findLastKey;
|
||||
Reference in New Issue
Block a user