Angular: unit tests with jest

preview_player
Показать описание
Angular unit tests with jest, how can you make the switch from jasmine and karma tests to jest test and get ride of the browser in your angular project? You will learn this and so much more in this tutorial.

Learn jest unit tests setup in this step by step tutorial.

Steps you need to take.

npm remove karma karma-chrome-launcher karma-coverage-istanbul-reporter karma-jasmine karma-jasmine-html-reporter

npm i -D jest @angular-builders/jest

npm run test
Рекомендации по теме
Комментарии
Автор

Thanks for sharing, useful lesson on Jest with Angular. Subscribed. 🙂

KalpeshPanchal
Автор

Can you give the list of commands on the description?

samuelmideksa
Автор

i run the same thing, but it giving me error

anjanachoudhary