From ddf6a04e0cdf833f399f5859564870aebf9703e8 Mon Sep 17 00:00:00 2001 From: regexowl Date: Fri, 19 Jul 2024 15:48:23 +0200 Subject: [PATCH] README: Update Jest to Vitest This updates Jest to Vitest in Test Guidelines section of README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ef32f7..387bdf5e 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ There are also additional rules added to enforce code style. Those being: ## Test Guidelines -This project is tested using the [Jest](https://jestjs.io/docs/getting-started) framework, [React Testing Library](https://testing-library.com/docs/react-testing-library/intro), and the [Mock Service Worker](https://mswjs.io/docs/) library. +This project is tested using the [Vitest](https://vitest.dev/guide/) framework, [React Testing Library](https://testing-library.com/docs/react-testing-library/intro), and the [Mock Service Worker](https://mswjs.io/docs/) library. All UI contributions must also include a new test or update an existing test in order to maintain code coverage.