Skip to content

Commit 9b82c83

Browse files
committed
fix(@schematics/angular): reference vitest-base config in karma-to-vitest migration warning
1 parent 198ee81 commit 9b82c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/schematics/angular/migrations/migrate-karma-to-vitest/karma-processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export async function processKarmaConfig(
158158
context.logger.warn(
159159
`Project "${projectName}" uses a custom Karma configuration file "${karmaConfig}". ` +
160160
`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).`,
161+
`from this Karma config to a Vitest config (e.g. vitest-base.config.ts).`,
162162
);
163163
manualMigrationFiles.push(karmaConfig);
164164
}

0 commit comments

Comments
 (0)