Follow up to #6280.
Our test framework should be migrated to vitest. There is a schematic in place to do most of the necessary things automatically: npx ng g @schematics/angular:refactor-jasmine-vitest
However - there are about 40 places that need manual intervention. Keep in mind that those are not trivial and identical code sometimes needs per test specific solutions.
Details can be found here: https://angular.dev/guide/testing/migrating-to-vitest
Follow up to #6280.
Our test framework should be migrated to vitest. There is a schematic in place to do most of the necessary things automatically:
npx ng g @schematics/angular:refactor-jasmine-vitestHowever - there are about 40 places that need manual intervention. Keep in mind that those are not trivial and identical code sometimes needs per test specific solutions.
Details can be found here: https://angular.dev/guide/testing/migrating-to-vitest