Update README

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-01-21 14:35:37 +00:00
parent 15b8a457d8
commit ea12227870
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -261,11 +261,11 @@ Two types of tests are available: unit tests and visual regression tests.
### Unit Tests
These tests cover the logic of the components and utilities. Built with Jest
These tests cover the logic of the components and utilities. Built with Vitest
and React Testing Library.
```bash
yarn test
yarn test:unit
```
### Visual Regression Tests