sparse-intern-71089
11/30/2018, 2:14 PMwhite-balloon-205
go test
, but can run tests against Pulumi applications written in any language. You can see an example of this here: https://github.com/pulumi/eks/blob/master/nodejs/eks/examples/examples_test.go
We have plans to move to a model where we can enable any test framework within the language you are using to author your Pulumi applications to be used to author and run test - so jest, mocha, etc for Node. We expect to enable both tests of deployment, validation and tear down - along with offline validation that components will create the expected child resources with the expected inputs to validate logical correctness of complex components without the need to actually deploy to a cloud provider.tall-monitor-77779
11/30/2018, 7:58 PM