blog/total-guide-to-jest-esm-and-angular #11
Replies: 3 comments 2 replies
-
From angular 16, ngcc was removed. Should we still using jest-preset-angular or there is a better way? |
Beta Was this translation helpful? Give feedback.
-
I am using angular version 16, which by default have under @angular/cdk only fesm2022. Should down-leveling to fesm2015 would work out of the box If there is no fesm2015 under my @angular/cdk directory? |
Beta Was this translation helpful? Give feedback.
-
Would highly appreciate an update to this blog, relevant to Angular 18 and Nx. |
Beta Was this translation helpful? Give feedback.
-
blog/total-guide-to-jest-esm-and-angular
Let's learn how to speed up our Angular Jest tests by more than 100% by switching to Jest ESM (a notoriously problematic migration) and how to solve all the troublesome issues that tend to pop up along the way!
https://angularexperts.io/blog/total-guide-to-jest-esm-and-angular
Beta Was this translation helpful? Give feedback.
All reactions