Adding Tests to Express Apps with Jest and Supertest
Automated tests are essential to the apps we write since modern apps have so many moving parts. In this piece, we’ll look at how to write apps to test an Express app that interacts with a database with Jest and SuperTest. Creating the App We’ll Test We create a project folder by creating an empty […]
Adding Tests to Express Apps with Jest and Supertest Read More »
