Karma is now deprecated, what's next?
FrancescoBorzi opened this issue · 2 comments
FrancescoBorzi commented
With Karma being now deprecated and Angular moving to Jest / Web Test Runner, I think we should also consider moving forward angular-electron.
References:
https://blog.angular.io/moving-angular-cli-to-jest-and-web-test-runner-ef85ef69ceca
https://modern-web.dev/docs/test-runner/writing-tests/mocking/
maximegris commented
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
maximegris commented
I took the opportunity to merge the MR #771 relative to JEST migration after merging Angular 17 MR.
Thanks again.