### 👽 What is required? Add unit test to find total word count in a trie. The algorithm is here : [total-words-in-trie](https://github.com/knaxus/problem-solving-javascript/tree/master/src/_DataStructures_/Trees/Trie/total-words-in-trie) Contribution guide is here : [CONTRIBUTION](https://github.com/knaxus/problem-solving-javascript/blob/master/CONTRIBUTING.md) Thank You!