We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a990845 commit 775e201Copy full SHA for 775e201
packages/vitest/src/node/cli-api.ts
@@ -36,11 +36,6 @@ export async function startVitest(
36
// this shouldn't affect _application root_ that can be changed inside config
37
const root = resolve(options.root || process.cwd())
38
39
- if (!await ensurePackageInstalled('vite', root)) {
40
- process.exitCode = 1
41
- return
42
- }
43
-
44
if (typeof options.coverage === 'boolean')
45
options.coverage = { enabled: options.coverage }
46
0 commit comments