diff --git a/README.md b/README.md index 516b2cf..3611c46 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,6 @@ Unit tests are implemented using **Mocha** and **Chai**. To run tests: ```bash npm test ``` - This will run all tests and output the results to the console. You can find the test cases for different routes and operations in the `test` folder. ## Contributing 🤝