For this, we will need to install Jest and Supertest. [Here is an article](https://www.albertgao.xyz/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) about how to use these two to provide unit tests to a simple Express server/router.
For this, we will need to install Jest and Supertest.
Here is an article about how to use these two to provide unit tests to a simple Express server/router.