/word_count_demo

Simple demo to showcase TDD with Jest in Node.js

Primary LanguageJavaScript

Simple word count programm

This will showcase testing with Jest.

Requirements

  • Count words in text
  • Word must have at least 1 character
  • Ignore case
  • Sort by count descending