Open OtherwiseJunk opened 1 year ago
https://pinia.vuejs.org/cookbook/testing.html
Our Pinia store has basically all our game logic, so that should be the focus of testing.
https://vuedose.tips/how-to-test-web-workers-with-jest
Web Worker also could use some tests
We should use Vitest it sounds ilke
https://www.npmjs.com/package/@vitest/web-worker
Looks like this can be used to test web-workers too
Ok now that everything is upgraded and nice and pretty, we should add some unit tests so we can feel more comfortable changing code