Vue 3 Jest Unit тестирование #1 - Установка Jest и Vue Testing Library
В данной серии уроков научимся писать Unit тесты для Vue компонентов с помощью фреймворка для тестирования Jest и библиотеки Vue Testing Library.
Исходный код: https://github.com/igorbabko/youtube-clone/commit/20bc7040fc4b98f7a2f2078a33e038770891c0f4
Jest: https://jestjs.io/
Vue Testing Library: https://testing-library.com/docs/vue-testing-library/intro
Vue Jest: https://github.com/vuejs/vue-jest
YouTube клон на Vue 3 и Tailwind CSS: https://www.youtube.com/playlist?list=PL-FhWbGlJPfbiWrsWnvUy8HzbG85K722U
Верстка YouTube на Tailwind CSS: https://www.youtube.com/watch?v=LdbHAZiZexU&list=PL-FhWbGlJPfa2QOklK-4ED0gZFg6gbmyE
Spotify клон на Tailwind CSS: https://www.youtube.com/playlist?list=PL-FhWbGlJPfbU2h4eAtSGiQ0btevqXv8K
Tailwind CSS + JIT компилятор: https://www.youtube.com/playlist?list=PL-FhWbGlJPfY5OQNvcOU9nWvxZgooW-FA
Кастомная настройка Tailwind CSS: https://www.youtube.com/playlist?list=PL-FhWbGlJPfbF0sFMBNwVlzQNGCsASYQw
YouTube API клон на Laravel: https://www.youtube.com/playlist?list=PL-FhWbGlJPfb9NnMEVsABOX-75OZuefDF
Настройка VS Code: https://www.youtube.com/playlist?list=PL-FhWbGlJPfZKlFiR0i3nLVgUMPg8Z4t-
#vue #testing #unit