Open angrycaptain19 opened 2 weeks ago
@sourcery-ai plan
chess.js
including board initialization, move validation, and game state managementgame.js
including win condition checking and board updatesnpm init -y
- ✅.gitignore
to ignore files associated with: node
npm install --save-dev jest @babel/core @babel/preset-env jsdom
- ✅package.json
babel.config.js
tests/chess.test.js
tests/game.test.js
.github/workflows/test.yml
static/js/chess.js
static/js/game.js
jest.config.js
README.md
This plan was automatically generated. Please review the plan carefully and make any necessary adjustments.
@sourcery-ai develop
Need to be able to automatically test new changes to ensure functionality isn't degrading as we move forward.
Set up tests and automatic test runs as part of CI