vite-plugin-validate-env icon indicating copy to clipboard operation
vite-plugin-validate-env copied to clipboard

how to use with testing like vi.stubEnv ?

Open reslear opened this issue 1 year ago • 0 comments
trafficstars

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

i found only this solution:

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

reslear avatar Jun 25 '24 02:06 reslear