diff --git a/code/addons/test/src/postinstall.ts b/code/addons/test/src/postinstall.ts index ac91f8aff5c..7e98296d023 100644 --- a/code/addons/test/src/postinstall.ts +++ b/code/addons/test/src/postinstall.ts @@ -378,7 +378,7 @@ export default async function postInstall(options: PostinstallOptions) { '🚨 Oh no!', dedent` You seem to have an existing test configuration in your Vite config file: - ${colors.gray(vitestWorkspaceFile || '')} + ${colors.gray(viteConfigFile || '')} I was able to configure most of the addon but could not safely extend your existing workspace file automatically, you must do it yourself. This was the last step.