Latest Posts

I chat more than I write.
Seriously, you’ll get a better answer from me on Discord than in a blog post.

    console.gif()

    Yeah, you can print gifs to your console. Yes, maybe it's not that useful, but it's actually an easy Easter Egg to add to your docs page or personal site. Continue reading - Jan 30, 2022

    Stop writing nextTick in your component tests

    Your Vue component tests are 3x longer than they need to be, because you're awaiting nextTick. Over. And over... And over... And sometimes you still end up with test flake. *BUT* all is not lost... Continue reading - Dec 31, 2021

    Introducing Vue Test Utils Plugins

    VTU for Vue 3 introduces plugins so developers can bring their own sugary syntax to their component tests. Here are two examples - wrapper.findByTestId and wrapper.click() Continue reading - Nov 3, 2020