Add JEST to ANGULAR 17

Опубликовано: 21 Апрель 2026
на канале: software cantrips
3,876
75

In this tutorial I will show you how to add jest to an angular 17 project.
I will also show you one simple test and how to run it.

Install and create Angular 17 app:
   • Install Angular 17 | Windows 10 | 2024  

Github Repository:
https://github.com/softwareCantrips/s...

Timecodes
0:00 - Intro
0:11 - package.json
0:50 - angular.json
0:58 - jest.config.js
1:11 - tsconfig.spec.json
1:27 - setup.jest.ts
1:37 - sum function
1:44 - install jest
1:52 - example test
2:16 - run the test