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

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

Cool set up… can you show some real project with same configurations for project?

andrejkling
Автор

U r running tests against real server or mock server?

juliusoh
Автор

Hello! i have an issue using postgres. Im getting the error pg_class_relname_nsp_index" when im trying to seed a database before run test using enviroments variables and i cant run migrations in that test database cause he always appoint into the real database. Can u help me plssss

guilhermeetienemoraes