Skip to content

Commit

Permalink
Merge pull request #30135 from storybookjs/kasper/correct-vitest-file
Browse files Browse the repository at this point in the history
Addon Test: Use correct vitest config file path
  • Loading branch information
yannbf authored Dec 24, 2024
2 parents a36f3f0 + 0f78a4f commit 056d615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/test/src/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 056d615

Please sign in to comment.