env
- Type:
Partial<NodeJS.ProcessEnv> - Default:
undefined
Custom environment variables available on process.env during tests.
rstest.config.ts
After setting the above configuration, you can access the PRINT_LOGGER variable in your tests:
index.test.ts