Is your feature request related to a problem? Please describe. 💡
This is related to unit testing for the file chess.service.js.
Describe the solution you'd like ✨
- Create a file inside
server/test/services named chess.service.spec.js for writing the unit tests.
- Write the tests along with required sandboxes in jest for the functions validatePawnPromotion and evaluateGame
Describe alternatives you've considered 🌟
NA
Additional context 📝
NA
Is your feature request related to a problem? Please describe. 💡
This is related to unit testing for the file
chess.service.js.Describe the solution you'd like ✨
server/test/servicesnamedchess.service.spec.jsfor writing the unit tests.Describe alternatives you've considered 🌟
NA
Additional context 📝
NA