diff --git a/README.md b/README.md index c8d59e4..57f23ac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Display the skills a user has and the endorsements created for adding new skills ## Tech Stack: - [NextJs v14.24 (Reactjs)](https://nextjs.org/) - [react-query](https://tanstack.com/query/v3/) -- [Jest](https://jestjs.io/) +- [Vitest](https://vitest.dev/) - [Msw](https://mswjs.io/) ## Setup and running locally @@ -36,4 +36,8 @@ npm i ``` npm run dev ``` +- To run tests +``` +npm run test +```