How to use t3env in unit tests?
I’m looking to adopt t3env, but since environment variables are parsed once when the app starts, I’m not able to use unit testing utilities like
vi.stubEnv during tests because they change the underlying values, not the parsed ones.
Has anyone else run into this limitation?0 Replies