README: Update Jest to Vitest
This updates Jest to Vitest in Test Guidelines section of README.
This commit is contained in:
parent
0f9f3b9af6
commit
ddf6a04e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue