Skip to content

Commit

Permalink
chore: use non-empty string as dummy string
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 22, 2024
1 parent e01e972 commit cb01e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function VitestPlugin(options: UserConfig = {}, ctx = new Vitest('t
// Vitest doesn't use outputDir, but this value affects what folders are watched
// https://github.com/vitest-dev/vitest/issues/5429
// This works for Vite <5.2.10
outDir: '',
outDir: 'dummy-non-existing-folder',
// This works for Vite >=5.2.10
// https://github.com/vitejs/vite/pull/16453
emptyOutDir: false,
Expand Down

0 comments on commit cb01e71

Please sign in to comment.