nightisyang / basic-poker

My first coding project. Fully featured Poker game. Vanilla JS, HTML, CSS.
0 stars 0 forks source link

Design some test instead of manually doing through each game #18

Closed nightisyang closed 2 years ago

nightisyang commented 2 years ago

Currently implementation of features is done via manual verification. e.g. a game is manually performed through all the steps.

Will be much easier if some test can be conducted just to test a specific feature/logic.