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

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