We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126b19b commit e702ab3Copy full SHA for e702ab3
1 file changed
packages/schematics/angular/migrations/migrate-karma-to-vitest/karma-processor.ts
@@ -158,7 +158,8 @@ 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
+ `and set the "runnerConfig" option to true.`,
163
);
164
manualMigrationFiles.push(karmaConfig);
165
}
0 commit comments