How to write unit tests with loading the config file. when i write unit test and use something like ...
e
How to write unit tests with loading the config file. when i write unit test and use something like
Copy code
const config = new pulumi.Config();
const location = config.required("location")
If to something like this. It'll say location is undefined