Introduction
jest-preset-angular
is Jest preset configuration and TypeScript preprocessor with source map support for Jest that lets you use Jest to test Angular projects.
This is a part of the article: Testing Angular faster with Jest.
important
Starting from v9.0.0, we follow closely native Karma + Jasmine
implementation which is default provided by
@angular/cli
. This will make the testing experience with Jest more inline native with Angular testing experience.