Express JS #20 - Unit Testing with Jest

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 25

  • @nanazap8348
    @nanazap8348 11 หลายเดือนก่อน +2

    you are the best. Thank you for sharing this to us

  • @uzomanwanne2751
    @uzomanwanne2751 4 หลายเดือนก่อน +2

    Great tutorial. I would have loved the entire course be converted to typescript and tested.

  • @tharusha_haththella
    @tharusha_haththella 7 หลายเดือนก่อน +2

    You can use Vitest instead of Jest for testing. It supports module type javascript and doesn't need any additional configuration plus the methods are the same as the Jest.

    • @anishbishnoi29xD
      @anishbishnoi29xD 5 หลายเดือนก่อน

      which one is best for express application?

    • @anishbishnoi29xD
      @anishbishnoi29xD 5 หลายเดือนก่อน

      also for complex and large projects

  • @semperfiArs
    @semperfiArs 11 หลายเดือนก่อน

    This is a brilliant video. How many videos are there overall in this series?

    • @ansonthedev
      @ansonthedev  11 หลายเดือนก่อน +1

      About 23 I believe. There's a playlist for everything and you can also check out the full video that is 8 hours long in the description.

  • @annangan3885
    @annangan3885 6 หลายเดือนก่อน

    very useful video and clear explanation!!! Thank you so much

  • @sourabh2907
    @sourabh2907 9 หลายเดือนก่อน

    Thanks a lot, really great session.
    I have one question though. At many places in above video, we created mocks for validationResult, matchedData and hashPassword etc.
    Cant we simply spy them and get the work done instead if creating mock objects? With spy we can simply override the specific behaviour we need in a test.
    Please share your thoughts on this?

  • @Anteater23
    @Anteater23 5 หลายเดือนก่อน

    Should you not unit test your routes against a real database? How would that be done?

    • @ansonthedev
      @ansonthedev  5 หลายเดือนก่อน

      Unit testing never deals with the database or a real API. You do that with integration or e2e testing.

    • @Anteater23
      @Anteater23 5 หลายเดือนก่อน

      @@ansonthedev Thank you for explaining that. Would this unit testing approach work with prisma and postgres instead of mongoose?

    • @alvan5416
      @alvan5416 4 หลายเดือนก่อน

      @@ansonthedev but unit test should not test API endpoint i think ? It's more like component testing. Uniting testing is for simple functions that does not need other services to be mocked. Don't you think ? I'm kind of lost because everyone is interpretating ^^

  • @davidi.lawrence7357
    @davidi.lawrence7357 3 หลายเดือนก่อน

    PLEASE WHAT IS THE THEME YOU USED FOR THIS VIDEO?

    • @ansonthedev
      @ansonthedev  3 หลายเดือนก่อน

      @@davidi.lawrence7357 chill brother

  • @hirushamikaelson
    @hirushamikaelson 10 หลายเดือนก่อน +1

    Thank you

  • @anassaif3181
    @anassaif3181 10 หลายเดือนก่อน

    Plz videos on scaling out Node JS as well as on NGINX .

  • @kuro2458
    @kuro2458 7 หลายเดือนก่อน

    nice video, very helpfull 😍

  • @HenokGebresenbet
    @HenokGebresenbet 10 หลายเดือนก่อน +1

    hi anson can you make project based tutorial using microservice architecture nestjs,docker,graphql,prisma,nextjs so on please

    • @sadam_khan
      @sadam_khan 3 หลายเดือนก่อน

      checkout (Coding with Tushar) for microservices

  • @EmmaLovesCoding
    @EmmaLovesCoding 11 หลายเดือนก่อน

    so brilliant!! i

    • @EmmaLovesCoding
      @EmmaLovesCoding 11 หลายเดือนก่อน

      i like the way your videos are so specific and you are very articulate teaching , i mean you use the write words when teaching . it is one of a kind .......... thank you once again... you are really good

    • @ansonthedev
      @ansonthedev  11 หลายเดือนก่อน

      Thank you very much for the kind words!

  • @sahajsingh682
    @sahajsingh682 4 หลายเดือนก่อน

    whoops 🙃

  • @tochimclaren
    @tochimclaren 4 วันที่ผ่านมา

    Spent 11 minutes only on configuration. This is why I hate JavaScript related frameworks.