From ea12227870ac322c38dc5d43ca677b84b8a891b6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 21 Jan 2026 14:35:37 +0000 Subject: [PATCH] Update README Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- packages/shared-components/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shared-components/README.md b/packages/shared-components/README.md index 6da67bbe25..0256f51489 100644 --- a/packages/shared-components/README.md +++ b/packages/shared-components/README.md @@ -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