neu-cs4530 / spring24-project-team-208

spring24-project-team-208 created by GitHub Classroom
https://coveytownbattleship.onrender.com/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Improve jest coverage to cover all relevant game logic #48

Closed alinachiu closed 6 months ago

alinachiu commented 6 months ago

Removed obsolete methods and added additional tests to improve test coverage which was previously at 70%. All relevant game logic should be tested now, including if a player leaves mid-game, if a player tries to make a move when they are not allowed to, first player edge cases, etc.