Fixed some issues in test files
This commit is contained in:
@ -2,5 +2,5 @@ const lowercaseKeys = obj =>
|
||||
Object.keys(obj).reduce((acc, key) => {
|
||||
acc[key.toLowerCase()] = obj[key];
|
||||
return acc;
|
||||
}, {
|
||||
}, {});
|
||||
module.exports = lowercaseKeys;
|
||||
Reference in New Issue
Block a user