Learn-Build-Teach / learn-build-teach-discord-bot

53 stars 17 forks source link

feat: unit tests #24

Closed rhinojosadev closed 3 years ago

rhinojosadev commented 3 years ago

Hi!

Finally was able to do unit test with jest for the first discord command ( getProfile ) !

We have now two new scripts: 1) npm run test ( this one executes the normal flow of executing all the tests ) Test1

2) npm run test:coverage I added this other instruction to measure "code quality"

Coverage2 Coverage1

The thresholds can be changed in package.json

Coverage3

jamesqquick commented 3 years ago

Awesome. Thank you! If you'd like to take on adding additional test, please feel free :)