README: Update Jest to Vitest

This updates Jest to Vitest in Test Guidelines section of README.
This commit is contained in:
regexowl 2024-07-19 15:48:23 +02:00 committed by Klara Simickova
parent 0f9f3b9af6
commit ddf6a04e0c

View file

@ -247,7 +247,7 @@ There are also additional rules added to enforce code style. Those being:
## Test Guidelines ## 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. All UI contributions must also include a new test or update an existing test in order to maintain code coverage.