The testing library gets updated/refreshed so frequently, your video was the most relevant and straightforward. Thanks so much!
For those having issues with Axios in jest, put this in your package.json user the 'scripts' object: "test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!axios)/\"", It worked for me, hope it works for you too.
You made the whole process look extremely simple. Great tutorial, thanks!
Tdd was always weird to me but after this tutorial it makes sense. Thank you so much.
Excellent tutorial, love it, thanks Lama Dev. For anyone struggling with JEST intelli-sense not coming up in Visual Studio code.(automatic methods and variables suggestions popping up) Just add a file named ' jsconfig.json ' at root level i.e in your top project folder and paste below code in that file. { "typeAcquisition": { "include": [ "jest" ] } } Probably restart VS code to be sure it got embedded.
Okay, while I'm riding the high of confidence you gave me about TDD, lemme start working on a react project with this approach :) . Thanks, Lama Dev!!
GREAT Video!! Man, I HATE unit testing!!! Now I joined a new team and they assigned me to get the teams unit test coverage to be at least 85%. All our code is in React, so I am hoping that I can use this test library because it looks a lot more fun than the regular jest. And that Wallaby VS Code extension is awesome! I might even do some unit testing on the weekends? uh, maybe once or twice only. :-) Definitely subscribed and liked!! I really like everything about his testing style. Good pace, great examples! I hate super simple examples. And the length isn't too long, well done sir! #HatTip!
Entrance Song👍👍 I knew Jest and react testing library but I watched the course again.
You always explain things in a way that even a kid could understand. This was very helpful. I'm using Mock Service Worker as recommended in the Testing Library docs, so I guess my mock API will be setup differently. I just have to figure that out. Thanks for the tutorial!!!
You’re a great teacher. Few minutes into your video, I understood testing without prior knowledge of JS testing
Thank you for your simplicity. You make it very easy to assimilate.
Yes!!! Exactly the kind of video i was looking for and from an amazing channel that I like. Just started watching recently and your video tutorials are really good!
you are amazing i never saw a tutorial like that with a nice explanation
Nice one from Genius Lama. Many thanks for wonderful lectures you dish out.
Nice tutorial. Explained everything so well and was easy to understand.
Thanks a lot this made me understand how TDD works
I was afraid of test but your tutorial is easy to understand.
thx! always waiting and watching!!
Thanks for your simplicity
@corinapelichowski2950