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

  • @olatunjiolakunle6908
    @olatunjiolakunle6908 ปีที่แล้ว +13

    Anthony Fu has been a huge blessing to the Vue community. Thanks Jason for having him on.

  • @nandoomb
    @nandoomb ปีที่แล้ว +18

    Man... I don´t understand... Why are you with only 34k subscribers? Your channel is one of the best when we talk about programming. Keep doing your job as you do. Congrats man! 💪🏽

  • @_the_one_1
    @_the_one_1 ปีที่แล้ว +15

    Anthony Fu! THE LEGEND himself! Thank you Jason

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

      it was such a pleasure having Anthony on the show 💜

  • @sclassen
    @sclassen 7 วันที่ผ่านมา

    Fantastic!!! I’m stoked to go write tests for my project. I’ve always been a bit overwhelmed by the idea of writing tests.

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

    Wow hahah so they started out with a name. Damn! Another exciting episode Jason

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

      proving that domain-name driven development DOES work! 💀

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

    I've got a old Gatsby project at work that uses Jest snapshots and this makes it look practically ancient!

    • @Benjamin-Chavez
      @Benjamin-Chavez 7 หลายเดือนก่อน

      This comment made me stop second guessing my choice to use vitest instead of jest. 🙏

  • @OfficialLRY
    @OfficialLRY 28 วันที่ผ่านมา

    whats the plugin youre using in your terminal to get all the npm suggestions? :)

  • @WIMS-Cardano-ud5rw
    @WIMS-Cardano-ud5rw 10 หลายเดือนก่อน

    Awesome collaboration.

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

    Excellent discussion!

  • @mumk
    @mumk ปีที่แล้ว +5

    Anthony the legend

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

    Great intro guys. Thanks.

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

    thanks for your video, it's wonderful!

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

    HeyJason!
    I watched your video and it is awesome . Now i am using the Vitest in my project but I am getting this error :
    ( Not implemented: window.computedStyle(elt, pseudoElt)
    at module.exports (C:\Users\Faizan\Desktop\full-stack
    ode_modules\jsdom\lib\jsdom\browser
    ot-implemented.js:9:17) )

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

    Very cool episode! Vite ecosystem is so good that I might start looking at using Vue instead of React.

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

    what's the name of the extension you're using to kind of 'translate' the error and simple terms like at 49:29? Thanks for the video!

    • @learnwithjason
      @learnwithjason 10 หลายเดือนก่อน +2

      this is Matt Pocock’s Total TypeScript extension: www.totaltypescript.com/vscode-extension

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

      @@learnwithjason thank you!

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

    Wow .. main panel on right side .. interesting idea :O Why I did not try it ever before?
    It's possibly better. I Always hated how the navigation shifting my code, constantly playing with width, switching it on/off etc.
    Thx :)

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

      yeah, I wanted to hate it at first but it really feels better for me

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

    The man The legend

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

    Hey man the way you do this pair programming podcast is really !! Nice . It would be nice if I had also get same set of font styles you show in these podcasts can you please help to get it to my vscode 😅 tried googling but doesn’t work !!

    • @learnwithjason
      @learnwithjason 3 หลายเดือนก่อน +1

      thanks! I use the Night Owl theme in VS Code with Operator Mono as my font

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

    Very good presentation

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

    HI, Jason, what browser are you using? I'm dying to know!

  • @HG-wu6eb
    @HG-wu6eb ปีที่แล้ว

    Hello!
    May i ask you a question?
    How can we write unit tests in Nuxt 3 application? I tried '@nuxt/test-utils', 'vitest', Vue testing library, 'nuxt-vitest' and something else (I don't remember everything I tried to use as spent so much time to figure out in that).
    I could write test to test simple calculating functions and that was all.
    No ability to get DOM element, to simulate user event, to check if some function was invoked, to check state updates - nothing really valuable tests could be written.
    Could anybody please advise me where to find the solution?
    Thank you!

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

      It works which doesn't have any problem.
      Perhaps, do did it the wrong way.

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

    Function testing is already fast enough. I expect to see React testing here cause it is really slow with testing library 😥

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

    OMG !!!

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

    Amazing Jason

  • @kmylodarkstar2253
    @kmylodarkstar2253 6 หลายเดือนก่อน +1

    Amazing video, really nice to work with vitest instead of jest, lovely DX.
    % @vitest/coverage-v8 does not work on Stackblitz. Report will be empty.

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

    You need to clear out the mock before or after each test. There are a few way to do so. I think something like this might work:
    ```afterEach(() => {
    vi.clearAllMocks();
    vi.resetAllMocks();
    });```