У нас вы можете посмотреть бесплатно 012 - Angular/Voice API Flashcard Builder: Unit Tests или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video I started trying to get my unit tests working. I don't really like how the unit tests are working in Angular 21/Vite/Playwright at this time, so I decided unit tests probably aren't worth it at this time. I will try again when I try an Angular 22 project. Basically, I ran into two issues. Vite defaults to a Node-like environment and it doesn't have access to browser API properties. Vite and Angular use different TS Typings... So, I am going to pass on unit tests for this project...