pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 80 forks source link

Provider should expand unit test coverage #1206

Open rquitales opened 3 months ago

rquitales commented 3 months ago

Hello!

Issue details

This provider should leverage more on unit tests to expand coverage. Some areas we can attempt to test are: a) user inputs and ensuring that combinations of inputs are supported b) ensuring the individual components/resources created are accurate

This will help improve confidence in code changes while driving down testing time.

Affected area/feature

Nodejs provider code