Skip to content

Conversation

@clydin
Copy link
Member

@clydin clydin commented Nov 21, 2025

The refactor-jasmine-vitest schematic will now generate a detailed migration report (jasmine-vitest-<date>.md). This report provides a summary of the migration process and lists all files requiring manual attention (TODOs), organized by file path and line number.

This helps developers quickly identify and address manual migration tasks in large codebases.

The report generation is enabled by default but can be disabled via the report option. For example:

ng generate jasmine-to-vitest --no-report

…factor-jasmine-vitest`

The `refactor-jasmine-vitest` schematic will now generate a detailed migration report (`jasmine-vitest-<date>.md`). This report provides a summary of the migration process and lists all files requiring manual attention (TODOs), organized by file path and line number.

This helps developers quickly identify and address manual migration tasks in large codebases.

The report generation is enabled by default but can be disabled via the `report` option. For example:
```
ng generate jasmine-to-vitest --no-report
```
@clydin clydin added the target: minor This PR is targeted for the next minor release label Nov 21, 2025
@clydin clydin marked this pull request as ready for review November 21, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: @schematics/angular detected: feature PR contains a feature commit target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant