Skip to content

Commit

Permalink
Fix indentation of 'vitePluginNext' in generated Vitest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Aug 30, 2024
1 parent 849fb20 commit f4ab3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/vitest/src/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default async function postInstall(options: PostinstallOptions) {
{
extends: '${viteConfig ? relative(dirname(browserWorkspaceFile), viteConfig) : ''}',
plugins: [
storybookTest(),${vitestInfo.frameworkPluginCall ? '\n' + vitestInfo.frameworkPluginCall : ''}
storybookTest(),${vitestInfo.frameworkPluginCall ? '\n ' + vitestInfo.frameworkPluginCall : ''}
],
test: {
browser: {
Expand Down

0 comments on commit f4ab3a4

Please sign in to comment.