From 9cb5bb0c5c1c6bd66ba761d1ce6c17c2ee14d8da Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:27:03 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd14da..92e9727 100644 --- a/README.md +++ b/README.md @@ -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