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