Skip to content

Commit

Permalink
Use correct vitest config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Dec 24, 2024
1 parent 44e789c commit 0f78a4f
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 @@ -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.
Expand Down

0 comments on commit 0f78a4f

Please sign in to comment.