NodeJS API - Integration Testing using Jest

Опубликовано: 06 Май 2026
на канале: rodentskie
1,650
20

Hello guys, here is the video about integration testing in API using JEST.

Here is the repo: https://github.com/rodentskie/api_cle...

P.S.

In the video the try catch block in the test suites still exist but in the repo I already removed it because the test suit will always display pass because fail test suites will be just console log in the catch part, your expect is in the try part. :) Thank you.