Angular: unit tests with jest

Опубликовано: 26 Ноябрь 2024
на канале: TypeWithMe
7,956
28

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

rm src/karma.conf.js src/test.ts

npm i -D jest @angular-builders/jest

edit tsconfig.spec.json
edit angular.json

npm run test