WATCH NEXT: React Unit Testing Crash Course: Beginner to Advanced Guide - kzbin.info/www/bejne/n3qwknmdmrOtmZosi=CK1gCezcfuXX9vwz
@dj_256Ай бұрын
This is hugely underrated content
@MonsterlessonsAcademyАй бұрын
Thanks
@garikmelqonyan60116 ай бұрын
Good job, bro! Btw, you said you have solved the issue with `SyntaxError: Cannot use import statement outside a module jest`. Can you pls tell how you have done it? There is tons of info about it but none of them solves the issue...
@devyadav03995 ай бұрын
Really helpful, keep up the good work!
@MonsterlessonsAcademy5 ай бұрын
Wil do!
@kmdoll4 ай бұрын
Thanks for the video. Very helpful. Just curious, when you code personal projects, do you start with tests first or do you start with writing code first? Thanks.
@MonsterlessonsAcademy4 ай бұрын
Code first.
@TheMyth2.97 ай бұрын
Very good video, Thank you for sharing. I was thinking, since Cypress has its Component testing, is it not possible to just use Cypress ?
@MonsterlessonsAcademy7 ай бұрын
You kind of can, but it is not a replacement for normal unit testing. Cypress just lacks flexibility of unit testing.
@TheMyth2.97 ай бұрын
Thank you so much@@MonsterlessonsAcademy for getting back to me. Yeah that makes sense, I am just trying to get the most complete setup without excess dependencies, I guess I will use this for Unit tests, and possibly for component too, then cypress just for E2E
@alishettima97884 ай бұрын
Nice presentation, but you are little bit fast with talking. Please move slowly, so that people can follow with you along because your presentation is excellent.
@MonsterlessonsAcademy4 ай бұрын
Thank you for the feedback. Meanwhile you can slow down the video if it is too fast for you.
@Its-InderjeetSinghGill3 ай бұрын
@@MonsterlessonsAcademyNice humour 😂😂😂
@haidarmuhammadnaufal1603 ай бұрын
I cannot insert my component inside render(). It's said that my component is a type even thought it isn't
@MonsterlessonsAcademy3 ай бұрын
Unfortunately I help with code debugging only in the paid courses as it takes a lot of time and effort.
@waleedsharif618 Жыл бұрын
Does it work normally if we use React testing library + jest + vite and not vitest ?
@MonsterlessonsAcademy Жыл бұрын
Yes obviously
@niloben6599 ай бұрын
@@MonsterlessonsAcademy It's not obvious, it's a legitimate question. I was wondering the same thing
@MonsterlessonsAcademy9 ай бұрын
@@niloben659 Sorry, when I', writing code I always do it so it works for people in different os, use cases etc. This is why for me it is obviously :)
@niloben6599 ай бұрын
@@MonsterlessonsAcademy No problem and thanks for the video