Mocking Asynchronous Functions with Jest

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Mocking is a fundamental skill in testing. It allows you to avoid testing parts of your code that are outside your control, or to get reliable return values from said code.
    00:00 - What we'll cover
    01:00 - Reviewing the project setup
    03:02 - Creating the test
    06:24 - Adding async await to pass test
    07:17 - Why mock an api request for unit tests
    08:32 - Adding jest mock for axios
    14:06 - Check if mock function has been called
    15:31 - Shorthand for mocking resolved promise value
    16:23 - Gotcha for mock state, and how to clear it each test
    18:24 - Alternate way of mocking within a test file
    20:50 - Wrap-up
    Repository for code example:
    github.com/Jimmydalecleveland...
    Blog Post:
    blog.jimmydc.com/mock-asynchr...
    Swapi Dev:
    swapi.dev/
    Follow Jimmy Cleveland's doings:
    twitter: / jimmydcleveland
    blog: blog.jimmydc.com/
    #jest #mock #async

Komentáře • 114

  • @sharonfitzpatrick5179
    @sharonfitzpatrick5179 Před 2 lety +51

    This is by far the best video I've found explaining mocking Jest

  • @imekachi
    @imekachi Před rokem +5

    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.

  • @jonathanlinat
    @jonathanlinat Před 8 měsíci

    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!

  • @kiberslav
    @kiberslav Před 2 lety

    Very Useful video. Nice explaining 👏Thank you. Please keep it up with testing videos, this is gold.

  • @mateuszszaowicz4373
    @mateuszszaowicz4373 Před 10 měsíci +1

    This is the best video about mocking I have encountered, it really made me understand how it works. Big thanks to you sir!

  • @arfasaif6139
    @arfasaif6139 Před 2 lety

    one of the simplest and well-explained clean video of jest mocking so far! thanks!

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 2 lety +1

      Thank you for the kind words. Always nice to hear that your efforts were appreciated.

  • @saprone8885
    @saprone8885 Před 2 lety

    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 :)

  • @CristianAndresNietoGarcia

    An excellent resource in my current journey in Unit testing

  • @ClareBeany
    @ClareBeany Před rokem +2

    Thank you for being detailed and nuanced in your explanations! Really helps give context and bridge the learning curve that isn't always addressed in documentation. This is great!

  • @Andrans1
    @Andrans1 Před 2 lety +1

    Amazing tutorial, thanks for sharing your knowledge

  • @LeoMuzi
    @LeoMuzi Před 2 lety +2

    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.

  • @ShubhamKumar-mk6zb
    @ShubhamKumar-mk6zb Před 5 měsíci

    I prefer blogs over videos, thankyou for making one and very understandable.

  • @aglowkeys
    @aglowkeys Před 2 lety +3

    Thank you! This was so useful to me. Gonna be watching some more of your Jest videos now. :)

  • @claudiobaumgartner2760
    @claudiobaumgartner2760 Před 3 lety +2

    Super interesting! Thx for the nice tutorial 🔥

  • @viridianite
    @viridianite Před rokem +2

    Thank you so much, Jimmy! You're slowly demystifying testing JS code with Jest for me!

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před rokem +1

      That's what I like to hear. Thank you for letting me know.

    • @viridianite
      @viridianite Před rokem +1

      @@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

  • @vikram87in
    @vikram87in Před 2 lety

    The way you teach is fantastic! And yes, this is the best video on the topic.👏👏 Thank you so much

  • @hhdev9954
    @hhdev9954 Před 2 lety +1

    Very good explained 💡, thank you Jimmy!😊

  • @petergoodey
    @petergoodey Před rokem +1

    We have struggled with axios mocking on a complex React/Typescript project having only recently up-skilled. Best explainer!

  • @tachylamurray9452
    @tachylamurray9452 Před rokem +1

    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!

  • @bikizzle
    @bikizzle Před rokem

    Thank you for this life saver video. This is great knowledge shared

  • @j.ignacior.p.9481
    @j.ignacior.p.9481 Před 6 měsíci

    Awesome video. Thank you very much.

  • @matthieu1551
    @matthieu1551 Před 3 lety +2

    Very interesting. Thanks a lot 🤩

  • @zacalves
    @zacalves Před 3 lety +1

    great tutorial! thanks a lot for that!

  • @Bregylais
    @Bregylais Před rokem

    Subscribed, liked, and alas commented. Beautifully explained!

  • @dharmsingh6924
    @dharmsingh6924 Před 3 lety

    Nicely explained 👍

  • @alfredmadere9030
    @alfredmadere9030 Před rokem +1

    Great vid bruv. Make another about standard practices for mocking models and such

  • @Huey-ec1
    @Huey-ec1 Před měsícem

    Great explanation

  • @aashisharyal9704
    @aashisharyal9704 Před 8 měsíci +1

    Amazing 👏👏 Thank you so much 💕

  • @giachan4528
    @giachan4528 Před 2 lety +1

    this video is short and easy to understand, please make more videos for unit testing, it is helpful for a beginner like me. Thanks!

  • @programandocomandersonsouza
    @programandocomandersonsouza Před 11 měsíci

    Excelent.
    Thank you so much.

  • @Alan.livingston
    @Alan.livingston Před rokem +3

    Needs to be more stuff of this quality on the net. Most explanations are too simplistic and are aimed at people with no experience.

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před rokem +2

      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.

  • @johannyberg4988
    @johannyberg4988 Před 3 lety +1

    Good job!

  • @jimmymac601
    @jimmymac601 Před 3 lety +2

    I will personally hunt down anyone who downvotes this tutorial. Outstanding presentation.

  • @emmanuelsackey3026
    @emmanuelsackey3026 Před 2 lety +1

    Thank you. You earned a subscriber at "Sanity check" . Awesome bro.

  • @gordemn
    @gordemn Před rokem

    Wow I was really struggling with this but got it to work thanks to your videos. Thank you js Jesus

  • @santhoshraghavpidathala3701

    Please continue to teach jest and react testing library

  • @mubashirarif5792
    @mubashirarif5792 Před 3 lety

    Sir big fan...CodeStackr named you in his video on monday and I am since then loving your content....

  • @shwackthenoobsac
    @shwackthenoobsac Před 2 lety +1

    Thank you!

  • @santhoshraghavpidathala3701

    Thanks a lot, I am about to ask jest and react testing library. Could you please teach promises with API not with settimeouut function

  • @OhReallyHuman
    @OhReallyHuman Před 10 měsíci

    "...test properly fails..." that line is hilarious and scary at the same time haha.

  • @Menhoka
    @Menhoka Před 8 měsíci

    Awesome video! How can I mock the error case?

  • @harel2021
    @harel2021 Před 3 lety +1

    Awesome content, can you please upload more videos on jest and react-testing-library

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety +3

      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.

  • @adrianjason13
    @adrianjason13 Před 2 lety +2

    Helpful content, thanks! What VSCode extension are you using for intellisense/autocompleting Jest code?

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 2 lety +1

      I believe that was shown in a previous video in this videos playlist, but it comes from installing @types/jest

  • @Nurtylek
    @Nurtylek Před 3 lety

    great!

  • @suryapratap9915
    @suryapratap9915 Před rokem +1

    @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
      @SwashbucklingwithCode  Před rokem +1

      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.

  • @creative-commons-videos
    @creative-commons-videos Před 2 lety +2

    Not always a response have success but sometimes it throws an Error too, so how can we mock the errors and handle it ?

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 2 lety

      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.

  • @PrieyudhaAkaditaS
    @PrieyudhaAkaditaS Před 2 lety +1

    Thankyou

  • @mohammedamin6859
    @mohammedamin6859 Před 3 lety +3

    awesome stuff man, can you create react-centric testing tutorials?

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety

      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.

  • @haralc
    @haralc Před 2 lety +3

    Thank you Jesus for this tutorial! 🤣

  • @y_thedreamer95
    @y_thedreamer95 Před rokem +1

    which font do you use at WSL? it looks awesome!

  • @mahmoudnasser2158
    @mahmoudnasser2158 Před 2 lety +2

    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”?

  • @sauravthakur6261
    @sauravthakur6261 Před 9 měsíci

    make a video on redis mock get set functions

  • @el.vilchez183
    @el.vilchez183 Před rokem

    Thanks Jesus for teaching mocks :D

  • @sivaram7115
    @sivaram7115 Před rokem

    what if we have 2 get api calls in the react component. How to return different values for both

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před rokem

      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.

  • @sameerizaj5458
    @sameerizaj5458 Před rokem

    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

  • @aspirinemaga
    @aspirinemaga Před 2 lety

    Very informative, but it seems won't work in my case for no reason

  • @Emma-eb5zb
    @Emma-eb5zb Před 2 lety

    How can I test a function that calls multiple other functions?

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 2 lety +1

      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).

  • @oscareberle744
    @oscareberle744 Před 2 lety

    Thanks Jesus for this video! :)

  • @EulerAlvarenga1
    @EulerAlvarenga1 Před 2 lety

    I'm using typescript. When I call the real api the test works but when I call the mockImplementation it always returns undefined =/

    • @viridianite
      @viridianite Před rokem

      You should be resolving the returned promise to some value. By default, Promise.resolve() resolves to undefined.

  • @cla1814
    @cla1814 Před 3 lety

    you should post source code in the video description.

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety

      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.

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety +1

      Added this in the description, thanks for letting me know:
      github.com/Jimmydalecleveland/jest-mock-async-example

    • @cla1814
      @cla1814 Před 3 lety

      @@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.

  • @Chavez3d
    @Chavez3d Před 2 lety

    is lemmy kilmister your dad? also great video, sub'd!

  • @elsetiyawan
    @elsetiyawan Před 11 měsíci

    I feel like Jesus teach me testing.

  • @reasonforge9997
    @reasonforge9997 Před 2 lety +1

    Lots of mocking in this video...but it's all in Jest.

  • @methmaaravinda5107
    @methmaaravinda5107 Před 5 měsíci

    oh jesus

  • @shadev23
    @shadev23 Před rokem

    Jesus ???? It's you ???

  • @yashkaliapiano
    @yashkaliapiano Před 11 měsíci

    Jesus teaching software testing

  • @80Vikram
    @80Vikram Před rokem

    Jesus is real and he loves TDD. Thanks for saving developers' lives US Jesus

  • @erenyeager7465
    @erenyeager7465 Před 11 měsíci

    Jesus

  • @hendra5604
    @hendra5604 Před 3 lety +2

    First ☝🏻😅

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety

      You are indeed.

    • @hendra5604
      @hendra5604 Před 3 lety

      @@SwashbucklingwithCode What theme used there? Deep ocean?

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety

      @@hendra5604 This is actually my own theme called Everset. marketplace.visualstudio.com/items?itemName=jimmydc.everset

    • @hendra5604
      @hendra5604 Před 3 lety +1

      @@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_coder
    @serial_coder Před 3 měsíci

    Jesus Christ

  • @jimlatsko4804
    @jimlatsko4804 Před 3 lety

    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 '.

    • @jimlatsko4804
      @jimlatsko4804 Před 3 lety

      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'}});

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety

      Have you already installed @types/jest ?

    • @jimlatsko4804
      @jimlatsko4804 Před 3 lety

      @@SwashbucklingwithCode yes.

    • @SwashbucklingwithCode
      @SwashbucklingwithCode  Před 3 lety

      @@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.

    • @EulerAlvarenga1
      @EulerAlvarenga1 Před 2 lety

      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