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