Julien-R44 / vite-plugin-validate-env

✅ Vite plugin for validating your environment variables
MIT License
164 stars 6 forks source link

how to use with testing like vi.stubEnv ? #28

Open reslear opened 2 months ago

reslear commented 2 months ago

https://vitest.dev/guide/mocking.html#mock-import-meta-env

i found only this solution:

      process.env.VITEST ? null : ValidateEnv(),