DylanSp / deep-future

A digital implementation of R. Winder's board game Deep Future.
MIT License
0 stars 0 forks source link

Add tests #1

Open DylanSp opened 4 months ago

DylanSp commented 4 months ago

I probably want to add tests at some point, for some mix of the following reasons:

Redux Toolkit suggests using Vitest and React Testing Library. Their template at https://github.com/reduxjs/redux-templates/tree/master/packages/vite-template-redux shows the necessary configuration: