Testing Node Server with Jest and Supertest

preview_player
Показать описание

🔗 Previous Videos:

🔗 Text version:

🔗 Using Jest with ESModules:

🔗 Code:

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

this is a very straight forward way to explain testing with supertest. Thanks

ovienaduken
Автор

If you get a request not defined error, make sure to try: `const request = require('supertest')` instead of `const supertest = require('supertest')`. Other than that this is great!

djvanschaik
Автор

Hi. I just move to California from China, this is the best video I seen on topic. Thank you friend.

leetcodeking
Автор

I just started to create my first nodejs boilerplate with jest test and this video was very helpful to setup things

BlackDragon-rjsc
Автор

Exactly what i needed in my life right now. Thanks!

JJP-lbek
Автор

Thanks for keeping it simple and clean. 🚀

jesuscama
Автор

Just did a random search and came across this video. Very good, Sam!Keep up the good work!

VladBurlutsky
Автор

THANK YOU for doing the pseudo code steps!

babykosh
Автор

Instant like after that first tip about the ports. That was my issue

brentryczak
Автор

Thanks, bro. It helped me. Keep up the good work.

debanjanbarman
Автор

That was very quick and simple explanation and use case of Jest and SuperTest, thanks man!.

shahilhussain
Автор

helpFull .. Thank You. Expecting more nice things from you.

debashisroyroy
Автор

Great video, simple and explained very well about supertest

leandrodavimg
Автор

It was just what I was looking for. Thank you very much for the clear explanation.

wralith
Автор

Thanks mate, in windows i am using cross-env package and in package.json "test": "cross-env jest --watchAll"

harmanmax
Автор

I was struggling with this
Thank you so much for your hard work
I subscribed

realmonzeromer
Автор

I like these testing tutorials with examples. Thanks

yanyangiachan
Автор

Thank you so much for the text version ♥

Shailendrakumar-gecf
Автор

Great content mate! I'm on my first month as a backend dev with Node/Express and I'm looking forward to getting to know testing tools. Thanks for your explanation!

Sergio-efpz
Автор

Have been trying to fix supertest with async app. Got fixed after watching this video

ngneerin