Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const removeVowels = (str, repl = '') => str.replace(/[aeiou]/gi,repl);
|
||||
|
||||
module.exports = removeVowels;
|
||||
module.exports = removeVowels;
|
||||
|
||||
Reference in New Issue
Block a user