angrycaptain19 / Tic-tac-toe-2

0 stars 0 forks source link

Set up unit testing for everything #19

Open angrycaptain19 opened 2 weeks ago

angrycaptain19 commented 2 weeks ago

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

angrycaptain19 commented 2 weeks ago

@sourcery-ai plan

sourcery-ai[bot] commented 2 weeks ago

Objectives

Setup commands

File changes

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

Verify commands


This plan was automatically generated. Please review the plan carefully and make any necessary adjustments.

angrycaptain19 commented 2 weeks ago

@sourcery-ai develop