Codacy style changes for test files
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
const lowercaseKeys = obj =>
|
||||
Object.keys(obj).reduce((acc, key) => {
|
||||
acc[key.toLowerCase()] = obj[key];
|
||||
return acc;
|
||||
}, {});
|
||||
Object.keys(obj).reduce((acc, key) => {
|
||||
acc[key.toLowerCase()] = obj[key];
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
module.exports = lowercaseKeys;
|
||||
Reference in New Issue
Block a user