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