You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guide/index.md
+4
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,10 @@ You can specify additional CLI options like `--port` or `--https`. For a full li
230
230
231
231
Learn more about the [Command Line Interface](/guide/cli)
232
232
233
+
## Automatic Dependency Installation
234
+
235
+
Vitest will prompt you to install certain dependencies if they are not already installed. You can disable this behavior by setting the `VITEST_SKIP_INSTALL_CHECKS=1` environment variable.
236
+
233
237
## IDE Integrations
234
238
235
239
We also provided a official extension for Visual Studio Code to enhance your testing experience with Vitest.
0 commit comments