Raheel Riaz
Results
3
comments of
Raheel Riaz
Any idea about how to use this with Unit tests. I am getting file not found
You can set env variables before running tests using dot env like this ``` DotEnv().env = {"yourEnvVar": value}; DotEnv().env["yourEnvVar"] ///value ```
Need TS support