You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes
https://blog.angular.io/moving-angular-cli-to-jest-and-web-test-runner-ef85ef69ceca
https://modern-web.dev/docs/test-runner/writing-tests/mocking/
The text was updated successfully, but these errors were encountered: