This repository demonstrates how to test an Express application using Jest, Supertest, and Vitest.
Ensure you have the following installed on your system:
- Node.js (v16 or higher recommended)
- npm (comes with Node.js) or yarn
-
Clone the repository:
git clone https://github.com/utawasthi/TestingJS-Level-2.git
-
Install the dependencies
npm install