Begin writing tests

This commit is contained in:
Oliver-Akins 2025-05-31 23:15:24 -06:00
parent d49998801f
commit 22036c419d
6 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,5 @@
## Testing
The stat-tracker module utilizes [quench](https://foundryvtt.com/packages/quench)
for it's end-to-end tests and unit tests, enabling us to be sure that the module
is as stable as possible and detect when there are breaking changes.