vitest/docs/config/env.md
2025-11-06 14:59:05 +01:00

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).