How to test Vite projects using Vitest

preview_player
Показать описание
Join Ben Holmes and learn all about how you can use Vitest to effectively test your Vite applications. In this webinar, you will learn how Vitest can:

- Bring testing APIs you’re already familiar with
- Turn a leaning tower of Jest config into a single Vite plugin
- Give near-instant development feedback with the power of ES modules
Рекомендации по теме
Комментарии
Автор

Thanks, Ben. I liked your presentation. It wasn't too technical, and gave me some ideas of how to explain this to my supervisors. Your pace is great and I clearly understood every word you said. Thanks for the excellent demonstration 💯

this.newdev
Автор

Do you have any video for practicing tools such as describe, it, expect so that it's possible to understand test stuff better?

annecbranco
Автор

Hey there!
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 )

abuzain