This is by far the best video I've found explaining mocking Jest
@SwashbucklingwithCode3 жыл бұрын
Awesome, I'm glad to hear that.
@ShubhamKumar-mk6zb9 ай бұрын
I prefer blogs over videos, thankyou for making one and very understandable.
@mateuszszaowicz4373 Жыл бұрын
This is the best video about mocking I have encountered, it really made me understand how it works. Big thanks to you sir!
@imekachi2 жыл бұрын
Thank you for taking us into traps and teaching us how to escape/fix them. Short, precise, and easy to understand, also with sections that you can jump around and quickly learn what you need. 👍 Amazing.
@SwashbucklingwithCode2 жыл бұрын
I appreciate the feedback and knowing that the effort was useful. Cheers!
@tachylamurray94522 жыл бұрын
God Bless you or whatever. I lost a whole day trying to figure out how to call my test async. So true how "it might not be so obvious to some" Thank You!
@SwashbucklingwithCode2 жыл бұрын
Happy to have helped.
@jimmymac6013 жыл бұрын
I will personally hunt down anyone who downvotes this tutorial. Outstanding presentation.
@SwashbucklingwithCode3 жыл бұрын
Haha, ty.
@jonathanlinat Жыл бұрын
This was the most useful video I ever watched about mocking functions using Jest. You've made it pretty simple to understand the concept. Nice job Jimmy!
@arfasaif61392 жыл бұрын
one of the simplest and well-explained clean video of jest mocking so far! thanks!
@SwashbucklingwithCode2 жыл бұрын
Thank you for the kind words. Always nice to hear that your efforts were appreciated.
@LeoMuzi2 жыл бұрын
Thank you so much! This is really useful to understand how mocking works under the hood, helps you thinking of what's going on to figure out issues with testing. Helped me a lot.
@SwashbucklingwithCode2 жыл бұрын
lovely
@petergoodey2 жыл бұрын
We have struggled with axios mocking on a complex React/Typescript project having only recently up-skilled. Best explainer!
@SwashbucklingwithCode2 жыл бұрын
Thank you for the kind words and I'm happy to hear your skills are improving.
@viridianite2 жыл бұрын
Thank you so much, Jimmy! You're slowly demystifying testing JS code with Jest for me!
@SwashbucklingwithCode Жыл бұрын
That's what I like to hear. Thank you for letting me know.
@viridianite Жыл бұрын
@@SwashbucklingwithCode You've a talent for pedagogy. Thanks for your video on asynchronous JS. I'm looking forward to your future videos :) I've a few topic suggestions: * REST API using express.js and some database library This could be a multiple parts series like your CI/CD series. You could show how you'd write the tests for it (e.g., unit tests, integration tests, and e2e tests), consume it with something like Axios, etc. * GraphQL API
@vikram87in2 жыл бұрын
The way you teach is fantastic! And yes, this is the best video on the topic.👏👏 Thank you so much
@SwashbucklingwithCode2 жыл бұрын
I really appreciate that, thank you.
@giachan45282 жыл бұрын
this video is short and easy to understand, please make more videos for unit testing, it is helpful for a beginner like me. Thanks!
@SwashbucklingwithCode2 жыл бұрын
Glad it worked for you.
@aglowkeys3 жыл бұрын
Thank you! This was so useful to me. Gonna be watching some more of your Jest videos now. :)
@SwashbucklingwithCode3 жыл бұрын
happy it was useful. ty for letting me know.
@SwOOp_de3 ай бұрын
Great video...thanks for explaining jest mocks.
@CristianAndresNietoGarcia3 жыл бұрын
An excellent resource in my current journey in Unit testing
@Alan.livingston2 жыл бұрын
Needs to be more stuff of this quality on the net. Most explanations are too simplistic and are aimed at people with no experience.
@SwashbucklingwithCode2 жыл бұрын
I agree, and thank you. I can empathize more now with the lack of intermediate videos because they are quite challenging to figure out how much explanation to put in without making the videos crazy long.
@saprone88852 жыл бұрын
This is great and helped me a lot understanding async mocking and got it working in my own project! I am happy thanks for this :)
@kiberslav2 жыл бұрын
Very Useful video. Nice explaining 👏Thank you. Please keep it up with testing videos, this is gold.
@alfredmadere90302 жыл бұрын
Great vid bruv. Make another about standard practices for mocking models and such
@emmanuelsackey30263 жыл бұрын
Thank you. You earned a subscriber at "Sanity check" . Awesome bro.
@SwashbucklingwithCode2 жыл бұрын
Thank you.
@hhdev99543 жыл бұрын
Very good explained 💡, thank you Jimmy!😊
@SwashbucklingwithCode3 жыл бұрын
Awesome.
@Bregylais Жыл бұрын
Subscribed, liked, and alas commented. Beautifully explained!
@bikizzle Жыл бұрын
Thank you for this life saver video. This is great knowledge shared
@Andrans13 жыл бұрын
Amazing tutorial, thanks for sharing your knowledge
@claudiobaumgartner27603 жыл бұрын
Super interesting! Thx for the nice tutorial 🔥
@JoseciusDevАй бұрын
Thanks for this content. (from India )
@gordemn2 жыл бұрын
Wow I was really struggling with this but got it to work thanks to your videos. Thank you js Jesus
@mubashirarif57923 жыл бұрын
Sir big fan...CodeStackr named you in his video on monday and I am since then loving your content....
@SwashbucklingwithCode3 жыл бұрын
Thank you, I greatly appreciate that.
@OhReallyHuman Жыл бұрын
"...test properly fails..." that line is hilarious and scary at the same time haha.
@santhoshraghavpidathala37013 жыл бұрын
Please continue to teach jest and react testing library
@matthieu15513 жыл бұрын
Very interesting. Thanks a lot 🤩
@j.ignacior.p.948110 ай бұрын
Awesome video. Thank you very much.
@Huey-ec15 ай бұрын
Great explanation
@aashisharyal9704 Жыл бұрын
Amazing 👏👏 Thank you so much 💕
@suryapratap9915 Жыл бұрын
@SwashbucklingwithCode Thank you so much for the in depth explanation. What if my function is having multiple axios calls and these axios calls are wrapped in another function called 'makeApiCall'.
@SwashbucklingwithCode Жыл бұрын
If you have a function that abstracts all the fetching, it actually makes it easier to mock because you can just mock that module itself. Just make sure it is exported, and I usually put it in it's own file.
@adrianjason132 жыл бұрын
Helpful content, thanks! What VSCode extension are you using for intellisense/autocompleting Jest code?
@SwashbucklingwithCode2 жыл бұрын
I believe that was shown in a previous video in this videos playlist, but it comes from installing @types/jest
@programandocomandersonsouza Жыл бұрын
Excelent. Thank you so much.
@zacalves3 жыл бұрын
great tutorial! thanks a lot for that!
@dharmsingh69243 жыл бұрын
Nicely explained 👍
@el.vilchez183 Жыл бұрын
Thanks Jesus for teaching mocks :D
@mahmoudnasser21582 жыл бұрын
What about if you have multiple gets to different endpoints and each return different information? How could you mock each api get separately to tell Jest “this is the data you should expect for api A but another data for API B”?
@ErikBackman2422 жыл бұрын
e.g. mockimplementationonce
@haralc3 жыл бұрын
Thank you Jesus for this tutorial! 🤣
@johannyberg49883 жыл бұрын
Good job!
@y_thedreamer952 жыл бұрын
which font do you use at WSL? it looks awesome!
@SwashbucklingwithCode2 жыл бұрын
Cartograph Mono CF.
@creative-commons-videos2 жыл бұрын
Not always a response have success but sometimes it throws an Error too, so how can we mock the errors and handle it ?
@SwashbucklingwithCode2 жыл бұрын
Lovely question. I'll likely do a part 2 of this video for error states and multiple endpoints. In the meantime, I'm sure other comment readers would love to here your (and others) answer after you take a stab at it.
@shwackthenoobsac2 жыл бұрын
Thank you!
@SwashbucklingwithCode2 жыл бұрын
Happy to help.
@DevTomazetti Жыл бұрын
Awesome video! How can I mock the error case?
@lifeisbeautifu1Ай бұрын
Thank you
@mohammedamin68593 жыл бұрын
awesome stuff man, can you create react-centric testing tutorials?
@SwashbucklingwithCode3 жыл бұрын
I've been pondering on that for a little bit. I've had a few requests, but I'm not sure how much I'd be stepping on Kent C Dodds toes, since I use his library and he has a bunch of tutorials for it. Thanks for the request, I'll definitely be thinking on it.
@HarelTussi3 жыл бұрын
Awesome content, can you please upload more videos on jest and react-testing-library
@SwashbucklingwithCode3 жыл бұрын
Unit Testing and Jest are likely the next series I'll be working on. I've had a few requests for testing-library, so I'll probably throw that in the mix.
@sameerizaj5458 Жыл бұрын
sir please answer me the thing is the api part i did understand the thing is i'm a backend dev right so i'll be testing the endPoint via your method right i'll not actually call the function since it'll be a endppoint and second thing is that what if i want to mock the function that interacts with mongdb and returns the promise so my question my team lead said you don't need to import the mock service file in which just mock the functions so that means that i''l allo do the same like just resolved the value that function return and also in my some spis i've very complex data like array which contains the objects and each might have the array nested so that's why i'm asking please help me i've deliverd the project tommorow
@santhoshraghavpidathala37013 жыл бұрын
Thanks a lot, I am about to ask jest and react testing library. Could you please teach promises with API not with settimeouut function
@PrieyudhaAkaditaS3 жыл бұрын
Thankyou
@SwashbucklingwithCode3 жыл бұрын
Thanks for stopping by. Best of fortune to ya.
@oscareberle7443 жыл бұрын
Thanks Jesus for this video! :)
@sivaram7115 Жыл бұрын
what if we have 2 get api calls in the react component. How to return different values for both
@SwashbucklingwithCode Жыл бұрын
I believe you can down some narrowing based on the endpoint path, but how I prefer to handle this is make a module that exports a bunch of api calls as functions. I name them based on what they do. This way, you can mock the entire function.
@EulerAlvarenga12 жыл бұрын
I'm using typescript. When I call the real api the test works but when I call the mockImplementation it always returns undefined =/
@viridianite2 жыл бұрын
You should be resolving the returned promise to some value. By default, Promise.resolve() resolves to undefined.
@sauravthakur6261 Жыл бұрын
make a video on redis mock get set functions
@WebDevwithTed2 ай бұрын
So mock is to test it "fake" and then end to end for real test?
@Nurtylek3 жыл бұрын
great!
@Emma-eb5zb2 жыл бұрын
How can I test a function that calls multiple other functions?
@SwashbucklingwithCode2 жыл бұрын
You'd call it just the same as any other function. You likely should individually test those subfunctions as well. The only real issue is when there are side-effects happening with any function, and that's a situation where you either should mock or rewrite the function to not cause side-effects (depending on limitations).
@aspirinemaga2 жыл бұрын
Very informative, but it seems won't work in my case for no reason
@Chavez3d2 жыл бұрын
is lemmy kilmister your dad? also great video, sub'd!
@cla18143 жыл бұрын
you should post source code in the video description.
@SwashbucklingwithCode3 жыл бұрын
In most videos I do, but this one was based off a blog post which has the required code. The complete test code is at the bottom, but I could see how it would be more convenient to have files to follow around.
@SwashbucklingwithCode3 жыл бұрын
Added this in the description, thanks for letting me know: github.com/Jimmydalecleveland/jest-mock-async-example
@cla18143 жыл бұрын
@@SwashbucklingwithCode Always good idea to post code, even if at least github gist, that way If someone is coding alone can compare their code or save it for future reference.
@80Vikram2 жыл бұрын
Jesus is real and he loves TDD. Thanks for saving developers' lives US Jesus
@elsetiyawan Жыл бұрын
I feel like Jesus teach me testing.
@methmaaravinda51079 ай бұрын
oh jesus
@moacirsouza53432 ай бұрын
Jesus!
@reasonforge99972 жыл бұрын
Lots of mocking in this video...but it's all in Jest.
@SwashbucklingwithCode2 жыл бұрын
I see what you did there.
@shadev232 жыл бұрын
Jesus ???? It's you ???
@yashkaliapiano Жыл бұрын
Jesus teaching software testing
@erenyeager7465 Жыл бұрын
Jesus
@hendra56043 жыл бұрын
First ☝🏻😅
@SwashbucklingwithCode3 жыл бұрын
You are indeed.
@hendra56043 жыл бұрын
@@SwashbucklingwithCode What theme used there? Deep ocean?
@SwashbucklingwithCode3 жыл бұрын
@@hendra5604 This is actually my own theme called Everset. marketplace.visualstudio.com/items?itemName=jimmydc.everset
@hendra56043 жыл бұрын
@@SwashbucklingwithCode Perfect, many thanks. I just hated purple's around material theme. Created my own theme for personal use, had hard time to distinguish color between html, json, php, ts/js, py, yaml.
@serial_coder7 ай бұрын
Jesus Christ
@jimlatsko48043 жыл бұрын
Can you please help with converting this to typescript? Specifically the line mockAxios.get.mockImplementation(() => Promise.resolve({data: {name: "Jimmy Jedi"}})); since mockImplementation generates the following compiler error: TS2339: Property 'mockImplementation' does not exist on type ' >(url: string, config?: AxiosRequestConfig) => Promise '.
@jimlatsko48043 жыл бұрын
With help from stackoverflow, got this working: here are some changes to consider for typescript: import axios from "axios"; const mockAxiosGet = jest.spyOn(axios, 'get'); mockAxiosGet.mockResolvedValue({ data: {name: 'Luke Skywalker'}});
@SwashbucklingwithCode3 жыл бұрын
Have you already installed @types/jest ?
@jimlatsko48043 жыл бұрын
@@SwashbucklingwithCode yes.
@SwashbucklingwithCode3 жыл бұрын
@@jimlatsko4804 Hmmm I don't recall getting an error in TS for mock methods. You might have to set axios with teh `as` keyword to jest.Mock or something like that.
@EulerAlvarenga12 жыл бұрын
I had the same issue, With help from stackoverflow, got this working: here are some changes to consider for typescript: import axios from 'axios'; // import axios instead of mockAxios jest.mock("axios"); const mockedAxios = axios as jest.Mocked // head up here, I changed the name of the var