timhaley94 / holdem

Real time poker in JavaScript
https://holdemhounds.com
GNU General Public License v3.0
7 stars 7 forks source link

100% test coverage for backend #117

Open timhaley94 opened 3 years ago

timhaley94 commented 3 years ago

Background

Currently our backend test coverage is good but there is still some uncovered functionality. You can see the current backend coverage by running npm run test.

timhaley94 commented 3 years ago

Up to freaking 85% for server! So awesome! 🎉

timhaley94 commented 3 years ago

This is the last step to complete the "Game engine completed" milestone!