geekymeeky / JS-games

A curated collection of games made with javascript and integrated by a web UI.
https://geekymeeky.github.io/JS-games/
MIT License
34 stars 35 forks source link

tests for tic-tac-toe, 2048 and connect-four #140

Open SteinsHeir opened 1 year ago

SteinsHeir commented 1 year ago

added interaction tests for the tic-tac-toe, 2048 and connect-four games. These tests use the jest, jsdom, testing-library and dom-storage packages.