We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0036ee commit f59ec6fCopy full SHA for f59ec6f
packages/runtime/plugin-testing/src/cli/index.ts
@@ -121,7 +121,7 @@ export const testingPlugin = (): CliPlugin<{
121
return next(utils);
122
}
123
124
- const alias = mergeAlias(userConfig.source.alias);
+ const alias = mergeAlias(userConfig.resolve?.alias || {});
125
126
if (testingExportsUtils) {
127
alias['@modern-js/runtime/testing'] = [
0 commit comments