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/config/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2292,3 +2292,9 @@ This is a low-level option and should be used only for advanced cases where you
2292
2292
2293
2293
If you just need to configure snapshots feature, use [`snapshotFormat`](#snapshotformat) or [`resolveSnapshotPath`](#resolvesnapshotpath) options.
2294
2294
:::
2295
+
2296
+
### env {#env}
2297
+
2298
+
-**Type:**`Partial<NodeJS.ProcessEnv>`
2299
+
2300
+
Environment variables available on `process.env` and `import.meta.env` during tests. These variables will not be available in the main process (in `globalSetup`, for example).
0 commit comments