moroshko / autosuggest-trie

Minimalistic trie implementation for autosuggest and autocomplete components
MIT License
25 stars 4 forks source link

Add whitespaceRegex option to createTrie #5

Closed yunyu closed 7 years ago

yunyu commented 7 years ago

I think this is the right way to do it? I'm getting a code coverage failure, and am not too familiar with the node testing ecosystem.

moroshko commented 7 years ago

Thanks, I'll add some tests.