TypeScript REST API (Pt 4) Acceptance Testing with Jest & Supertest

Опубликовано: 05 Декабрь 2021
на канале: Kris Foster
9,473
87

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