Update README.md

Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
This commit is contained in:
Geoff Seemueller
2025-06-01 09:27:03 -04:00
committed by GitHub
parent 06787f1e72
commit 9cb5bb0c5c

View File

@@ -20,7 +20,7 @@
## Testing
The project uses Vitest for testing frontend components and hooks. Tests are located in `__tests__` directories next to the code they test.
The project uses Vitest. Tests are located in `__tests__` directories next to the code they test.
To run tests:
- `bun run test` - Run all tests once