Skip to content

thymikee/jest-preset-angular

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2025
Feb 1, 2024
Apr 14, 2025
Apr 16, 2025
Dec 20, 2024
Apr 17, 2025
Apr 13, 2025
Apr 15, 2025
Nov 15, 2024
Nov 22, 2024
Apr 15, 2025
Apr 17, 2025
Nov 22, 2024
Nov 15, 2024
Dec 8, 2024
Dec 3, 2024
Feb 27, 2025
Feb 9, 2024
Aug 20, 2020
Apr 14, 2025
Apr 15, 2025
Nov 9, 2021
Jan 20, 2025
Feb 27, 2025
Jun 26, 2022
Jun 26, 2022
Mar 26, 2025
Mar 26, 2025
Nov 27, 2024
Apr 15, 2025
Apr 17, 2025
Apr 15, 2025
Nov 22, 2024
Nov 22, 2024
Apr 15, 2025
Sep 23, 2024
Aug 1, 2024
Mar 26, 2025
Apr 17, 2025

Repository files navigation

Jest Preset Angular

A preset of Jest configuration for Angular projects.

Build Status NPM Version GitHub license

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.

Installation

Check out our Installation guidance.

IMPORTANT

Angular doesn't support native async/await in testing with target higher than ES2016, see angular/components#21632 (comment)

Migration from Angular < 13

Check out our Migration from Angular < 13 guidance

Angular Ivy

Check out our Angular Ivy guidance

Example projects with base Jest configuration

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.

Built With

  • TypeScript - JavaScript that scales
  • Angular - Deliver web apps with confidence 🚀
  • ts-jest - Jest transformer for TypeScript

Authors/maintainers

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details