In this video we're continuing with our TypeScript REST API. We're going to create some acceptance tests to test our API from end-to-end. We use jest & supertest for the tests.
Full Code: https://github.com/kriscfoster/typesc...
Code Difference from part 3: https://github.com/kriscfoster/typesc...
Install NodeJS: https://nodejs.org/en/
Install Docker: https://docs.docker.com/get-docker/
TypeORM: https://typeorm.io/#/
Jest: https://www.npmjs.com/package/jest
Supertest: https://www.npmjs.com/package/supertest