Sample repo to demo api automation using supertest with jest framework in typescript
typescript: https://docs.microsoft.com/en-us/learn/modules/typescript-get-started/ jest: https://jestjs.io/docs/getting-started supertest: https://github.com/visionmedia/supertest
to install node dependencies
npm install
to run test in route folder of __tests_
npm run test