mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
11 lines
268 B
Markdown
11 lines
268 B
Markdown
---
|
|
title: env | Config
|
|
outline: deep
|
|
---
|
|
|
|
# env
|
|
|
|
- **Type:** `Partial<NodeJS.ProcessEnv>`
|
|
|
|
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).
|