Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const fromCamelCase = (str, separator = '_') =>
|
||||
.replace(/([a-z\d])([A-Z])/g, '$1' + separator + '$2')
|
||||
.replace(/([A-Z]+)([A-Z][a-z\d]+)/g, '$1' + separator + '$2')
|
||||
.toLowerCase();
|
||||
|
||||
module.exports = fromCamelCase;
|
||||
module.exports = fromCamelCase;
|
||||
|
||||
Reference in New Issue
Block a user