Codacy style changes for test files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const capitalize = ([first, ...rest], lowerRest = false) =>
|
||||
first.toUpperCase() + (lowerRest ? rest.join('').toLowerCase() : rest.join(''));
|
||||
|
||||
module.exports = capitalize;
|
||||
module.exports = capitalize;
|
||||
|
||||
Reference in New Issue
Block a user