Fixed some issues in test files
This commit is contained in:
@ -4,5 +4,5 @@ const val = fn ? fn(obj[key]) : obj[key];
|
||||
acc[val] = acc[val] || [];
|
||||
acc[val].push(key);
|
||||
return acc;
|
||||
}, {
|
||||
}, {});
|
||||
module.exports = invertKeyValues;
|
||||
Reference in New Issue
Block a user