waseem18 / node-rake

A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.
http://www.thabraze.me/node-rake/
MIT License
100 stars 20 forks source link

Testing? #2

Closed sleepycat closed 7 years ago

sleepycat commented 7 years ago

At the moment there are no tests for this library. If I were to send a pull request with tests, is there a preferred test framework I should use? My default these days is Facebook's Jest.

waseem18 commented 7 years ago

Even I was planning to use Jest for tests! If you're interested in writing tests, you're welcome :)

sleepycat commented 7 years ago

Jest it is then!

waseem18 commented 7 years ago

@sleepycat Updated version, it's 0.0.8 now! Changed regex which would improvise results.