We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198ee81 commit 9b82c83Copy full SHA for 9b82c83
1 file changed
packages/schematics/angular/migrations/migrate-karma-to-vitest/karma-processor.ts
@@ -158,7 +158,7 @@ export async function processKarmaConfig(
158
context.logger.warn(
159
`Project "${projectName}" uses a custom Karma configuration file "${karmaConfig}". ` +
160
`Tests have been migrated to use Vitest, but you may need to manually migrate custom settings ` +
161
- `from this Karma config to a Vitest config (e.g. vitest.config.ts).`,
+ `from this Karma config to a Vitest config (e.g. vitest-base.config.ts).`,
162
);
163
manualMigrationFiles.push(karmaConfig);
164
}
0 commit comments