Merge pull request #30135 from storybookjs/kasper/correct-vitest-file

Addon Test: Use correct vitest config file path
This commit is contained in:
Yann Braga 2024-12-24 15:54:47 +01:00 committed by GitHub
commit 056d6151cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -377,7 +377,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.