refactor: move Karma migration utilities to the migrate-karma-to-vitest directory - #33066
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the remove-default-karma-config migration and its associated tests, while consolidating Karma configuration utilities. The review feedback highlights that several import paths in the migrate-karma-to-vitest migration were incorrectly updated to point to a parent directory instead of the local folder. Additionally, the generateDefaultKarmaConfig function should remain exported as it is still required by the unit tests.
…st directory The standalone migration is no longer used.
199b8ac to
b95c47e
Compare
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The standalone migration is no longer used.