maximegris/angular-electron

Karma is now deprecated, what's next?

FrancescoBorzi opened this issue · 2 comments

I think we could start using Jest instead of Karma.

I make a quick test by adding @angular-builders/jest library after removing all reference to karma & jasmine.
It works well on my default unit tests but these are not exhaustive...
Here the open MR #771

I took the opportunity to merge the MR #771 relative to JEST migration after merging Angular 17 MR.

Thanks again.