Skip to content

Commit d60e3a0

Browse files
committed
V0.1.0
Added AFINN-111 wordlist Wrote bare method structure Export private methods when in test environment Strarted writing test cases for main object Wrote unit tests for doesWordExist function Implemented the doesWordExist function to pass unit tests Changed mocha reporter to spec, looks better in Travis Removed rogue test, does true not equal true.. Configured Mocha and Istanbul, ignore coverage reports Wrote unit tests for getScoreOfWord debug statment Wrote unit tests for getWordsInSentence method Wrote getWordsInSentence and checked it passes the unit tests Test removeDuplicates method Finished testing utility methods Included test caseses for the overal main function Finished main class should pass all tests Changed path of words list to __dirname Wrote usage documentation V0.1.0
1 parent 72f6e1e commit d60e3a0

10 files changed

+2830
-21
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.idea
33
*.log
44
reports
5-
dev.js
5+
dev.js
6+
coverage

0 commit comments

Comments
 (0)