How to use Vitest with Jest-DOM and React Testing Library

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

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

  • @fatasefer
    @fatasefer ปีที่แล้ว +8

    Finally, exactly what I was looking for. Simple and straight to the point. Thank you so much!

  • @DrumkitCodes
    @DrumkitCodes 6 หลายเดือนก่อน +2

    Thanks so much for the tutorial! I couldn't figure out how to get vitest working before, I really appreciate how you went through the full setup and explained why we were setting certain things to certain values. Can't wait to see more in your TDD series

  • @ErickoAndriamanarivo
    @ErickoAndriamanarivo ปีที่แล้ว +2

    I really needed this one, I am switching to typescript and react-vite now and I am struggling with testing with jest library with typescript. This one is easier to configure and faster. You should continue this TDD serie dude, you will help a lot of young, beginners, junior developers like me

  • @BenHuxford
    @BenHuxford ปีที่แล้ว +2

    great video 😊 one thing to note is you install the "jsdom" package at 4:50. In my setup this module is not needed when using testing-library's "jest-dom" because they both perform the same functionality of mimicking the browser DOM

    • @ericwinkdev
      @ericwinkdev  ปีที่แล้ว

      Awesome, thanks for the note!

  • @ethanjacobsson
    @ethanjacobsson 6 วันที่ผ่านมา

    when you created a new folder at 3:01 was that to keep your testing separate from the project?

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

    Really nice to link the vitest examples. It helped me much cause my setup was failing for some strange reasons

  • @JMIKAEL6
    @JMIKAEL6 ปีที่แล้ว

    After 3 hours trying to configure i found your video and solve it in 10min.
    Thank you so much!

    • @ericwinkdev
      @ericwinkdev  ปีที่แล้ว

      So glad that it helped!

  • @jeff-creations
    @jeff-creations 6 หลายเดือนก่อน

    Nice presentation and super useful! Thank you so much, my component tests don't error out now. Keep up the great work!

  • @ramioooz
    @ramioooz ปีที่แล้ว +1

    This is a very important video. Thank you for sharing.

  • @wellingtonostemberg7585
    @wellingtonostemberg7585 ปีที่แล้ว +1

    I loved that! It´s exactly what i was looking for. Thank you!

  • @paulgasbarra
    @paulgasbarra 8 หลายเดือนก่อน +4

    This is the most helpful thing.

  • @keifer7813
    @keifer7813 ปีที่แล้ว

    Thanks a ton for this. Nice and easy setup, first time using vitest for me

  • @kikevanegazz325
    @kikevanegazz325 8 หลายเดือนก่อน

    Brother, great tutorial. I like it because it's spot on.

  • @ЭзизК
    @ЭзизК 7 หลายเดือนก่อน +1

    I have a problem, MISSING DEPENDENCY Cannot find dependency 'jsdom'
    Should I install it as devdepend?

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

    To be honest, It is first video in vitest. It is pretty straightforward to go the content. Thank for clear view

  • @ThaRealIansanity
    @ThaRealIansanity ปีที่แล้ว

    Great start. I'm taking a vitest course and want to learn to use it with both react and vue. Thank you

  • @faruzzy
    @faruzzy ปีที่แล้ว

    Thanks for walking us through this!

  • @bornback4524
    @bornback4524 ปีที่แล้ว +1

    Thx for helping to understand and easy to implement 🙂

    • @ericwinkdev
      @ericwinkdev  ปีที่แล้ว +1

      I'm glad this helped you out!

  • @SteelGamePad
    @SteelGamePad ปีที่แล้ว +1

    great explanation, can't wait for part 2

  • @mrluckyuncle
    @mrluckyuncle ปีที่แล้ว +1

    Excellent. Just what I was looking for. One little thing... it would be nice if the video was available in a higher resolution.

  • @altamashkhan4858
    @altamashkhan4858 ปีที่แล้ว +1

    Thank you for posting this video.

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

    This is really helpful for me buddy thanks so much

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

    Thanks, you just saved me a ton of time

  • @WitchingHr
    @WitchingHr ปีที่แล้ว +1

    thank you so much man. this helped a lot

  • @Sulaiman-softoo
    @Sulaiman-softoo หลายเดือนก่อน

    Page not found. The link is not working for me.

  • @kedaraksym12
    @kedaraksym12 ปีที่แล้ว

    Thanks for this manual, I appreciate that ;)

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

    I was so giddy after hearing the name😂. Randomly chose the video and heard a name from my best tech podcast🤭🤭

  • @mahanmashoof1989
    @mahanmashoof1989 ปีที่แล้ว

    great intro to vitest! thanks

  • @abhijitmondalabhi2146
    @abhijitmondalabhi2146 10 หลายเดือนก่อน +3

    Most of the things are not working any more. I think they already changed the setups little bit.

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

    This is really great, i am able to setup vitest with your help, although i am stuck with this error `TypeError: Class extends value undefined is not a constructor or null` while using amcharts4 in our project, wanted to ask do we have to do add any config to allow `Class extends` syntax?

  • @raj.blazers
    @raj.blazers ปีที่แล้ว

    Much thanks man! Helped a lot. 🎉

  • @ahoymatey1234
    @ahoymatey1234 ปีที่แล้ว +1

    I found an alternative to adding those reference types by adding this to my tsconfig
    "types": [
    "vite/client",
    "vitest/globals"
    ]

  • @gustuckit2052
    @gustuckit2052 ปีที่แล้ว

    i get an error saying "no test files found", very weird... :( (im not using ts)

  • @IrakliTsaishvili
    @IrakliTsaishvili ปีที่แล้ว

    clear and helpful. thank you very much

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

    Thanks lot brother save me lot of time !!!

  • @pranshubasak8796
    @pranshubasak8796 ปีที่แล้ว

    You are really a saviour

  • @kakun7238
    @kakun7238 ปีที่แล้ว +1

    but how do i test for huge components i am stuck

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

      I know it is very late to ask, i am also stuck on how to test large components which have children and grandchildren. Did you find a way?

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

      @@majaynathreddy5605 nope left testing

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

    Thanks men, very clear!

  • @Anthony-wg7fn
    @Anthony-wg7fn ปีที่แล้ว

    Can you do this same thing with the T3 stack?

  • @1haker
    @1haker ปีที่แล้ว

    ABSOLUTLY AMAZING :)

  • @ronyortizop
    @ronyortizop ปีที่แล้ว

    Great video, thanks!

  • @guillermoemmanuelsanchezin1664
    @guillermoemmanuelsanchezin1664 ปีที่แล้ว

    Hi! Would you be so kind to try using vitest with MSW, I would really appreciate it!

  • @михаилкиселёв-н5г
    @михаилкиселёв-н5г 2 หลายเดือนก่อน

    No tests weere found error

  • @yatinpatel4123
    @yatinpatel4123 ปีที่แล้ว

    yes, there is no tutorial available like this set for react + vite for testing library.

  • @booi_mangang
    @booi_mangang 2 ปีที่แล้ว

    Hey, great video.
    I've a question. What if you are not using typescript. what changes will there be from your guide?

    • @ericwinkdev
      @ericwinkdev  2 ปีที่แล้ว +3

      Thanks for checking it out! If you're not using typescript, there's no tsconfig file, and the only differences should be with the file extensions. Rather than .ts and .tsx, you'll use .js and .jsx respsectively.
      If anything goes wonky let me know and I'll do my best to help out!

    • @booi_mangang
      @booi_mangang 2 ปีที่แล้ว +2

      @@ericwinkdev thanks for the reply.
      I’d figured it out.
      your video helped.

    • @joelkomieter6557
      @joelkomieter6557 ปีที่แล้ว

      @@ericwinkdev Creating that jsconfig file won't have any of what tsconfig,json has. What do I need to do about that?

  • @rannue2921
    @rannue2921 ปีที่แล้ว

    Thank you so much!!!

  • @splat_bang
    @splat_bang ปีที่แล้ว

    Thankyou so much!

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

    Life saver!

  • @v1r47
    @v1r47 ปีที่แล้ว

    FYI: Vitest 0.33+= requires at least node16 to run properly.

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

    Thanks a lot😍

  • @dolevdo
    @dolevdo ปีที่แล้ว

    thank you a lot!

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

    THANKS

  • @Gabriel-kl6bt
    @Gabriel-kl6bt 10 หลายเดือนก่อน

    Good. Just why isn't Code suggesting methods from the testing libs?