Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const words = (str, pattern = /[^a-zA-Z-]+/) => str.split(pattern).filter(Boolean);
|
||||
|
||||
module.exports = words;
|
||||
module.exports = words;
|
||||
|
||||
Reference in New Issue
Block a user