Unit Testing with JEST in 80 Minutes - CRASH COURSE (NODE JS)

preview_player
Показать описание
In this video I teach all you need to know about Unit testing with Jest, a delightful Javascript testing framework. You will be very confident in unit testing your code by the end of this video.

#nodejs #jest

JEST JS DOCUMENTATION:

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

Easily the best Jest video i've found on the web. Would love to see a end to end video

allen
Автор

just half the way in the video but have to comment man your teaching style is very very amazing you 💯💯👌

vineetsingh
Автор

I did stay this long with you… and I don’t regret. Thank you so much

arysetansy
Автор

Top level crash course ! Your explanation style is excellent. Perfect examples. Thank you!

wmm
Автор

Thanks a lot, this was really a helpful introduction to unit testing. I loved it, and highly recommended

lubwamaemmanuel
Автор

This course is great, I can't believe it only has less than 2000 views.

gaby
Автор

You have been a great help!
If were not for you, I would have struggled understanding the core principle of the expect.arrayContaining and the expect.objectContaining methods, situated in the expect(arg).toEqual(...) framework.

aunraza
Автор

Thank you! Amazing video for me to reference!

kman
Автор

Thanks for sharing this video with us.

fabinhorockfabinho
Автор

This was a great tutorial. Thank you! Would love a video on Integration Testing. Not too much content for it out there

Finn-jppn
Автор

8:12 npm init
8:19 install jest
10:30 configure *jest* as test dependency

ruixue