From 6678a463b73e5a12fff8aa8b10472679197d8d24 Mon Sep 17 00:00:00 2001 From: Ranita Saha Date: Sun, 8 Sep 2024 17:31:14 +0530 Subject: [PATCH] updated documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +```