I know there’s some capabilities for writing unit ...
# general
g
I know there’s some capabilities for writing unit tests with Pulumi in Jest when it comes to testing “functions” that go off and do specific things. What about writing higher level tests that are validating the shape of resources that are supposed to be created? (I’d like to use Jest if possible, as that’s what al of our existing repos use… switching to Mocha isn’t ideal if I can avoid it)
d
We are using pulumi automation api for tests
Import your component and create new instance in
before all
and then run tests