mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
268 B
268 B
| title | outline |
|---|---|
| env | Config | 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).