A preset of Jest configuration for Angular projects.
Our online documentation is available at https://thymikee.github.io/jest-preset-angular/
This is a part of the article: Testing Angular faster with Jest.
Install using yarn
:
yarn add -D jest jest-preset-angular @types/jest
Or npm
:
npm install -D jest jest-preset-angular @types/jest
Check out our Configuration guidance.
IMPORTANT
Angular doesn't support native async/await
in testing with target
higher than ES2016
, see angular/components#21632 (comment)
Check out our Migration from Angular < 13 guidance
Check out our Angular Ivy guidance
We have example apps to provide a basic setup to use Jest in an Angular project.
The examples
folder consist of several example Angular applications from v13 onwards as well as example projects
with yarn workspace
or monorepo structure.
- TypeScript - JavaScript that scales
- Angular - The modern web developer's platform
ts-jest
- Jest transformer for TypeScript
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details