Skip to content

Commit

Permalink
chore: cleanup rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Feb 9, 2022
1 parent ebd6046 commit 8544bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/plugins/index.ts
Expand Up @@ -57,7 +57,7 @@ export async function VitestPlugin(options: UserConfig = {}, ctx = new Vitest())
options,
)
options.api = resolveApiConfig(options)
options.watch = options.watch && !options.run
options.watch &&= !options.run

process.env.BASE_URL ??= viteConfig.base
process.env.MODE ??= viteConfig.mode
Expand Down

0 comments on commit 8544bf5

Please sign in to comment.