npm install - Angular 19 upgrade issues - jest-preset-angular. Peer dependency failing - Stack Overflow
Newest 'jest-preset-angular' Questions - Stack Overflow
Is Jest still going to be integrated officially with Angular?
Using Jest with angular 18
» npm install jest-preset-angular
I've been having a nightmare trying to reconfigure an old project's tests from Jasmine/Karma to Jest, because I have many coworkers advocating for it. But I'm surprised to see that while Karma has been deprecated for almost 2 years now, ng new and the refreshed Angular docs still only go over Karma, and make no mention of Jest or other testing frameworks at all https://angular.dev/guide/testing#other-test-frameworks.
This announcement https://blog.angular.dev/moving-angular-cli-to-jest-and-web-test-runner-ef85ef69ceca mentions @angular-devkit/build-angular:jest but I'm not sure if that's worth using - googling it actually points me to https://www.npmjs.com/package/@angular-builders/jest first but I'm not sure if this is something official.
jest-preset-angular also appears in lots of guides but it seems like every guide has a different way to set that up and I find its documentation kind of a nightmare of its own. Doesn't feel particularly futureproof.
Is Jest going to be a passing fad for Angular? Is there any news of deeper, documented integration anytime soon? Is Web Test Runner support at least close to being ready?
» npm install @angular-builders/jest
Im currently working with implementing testing on my work project and get it to work but since we are using angular 18 with signals inputs/outputs/etc. Does anyone have any experience, resource or anything to share?