Join Slack
Powered by
How to write unit tests with loading the config fi...
# general
e
echoing-noon-85874
09/09/2024, 3:34 AM
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
4
Views
Open in Slack
Previous
Next