CircleCI-Public / circleci-config-sdk-ts

Generate CircleCI Configuration YAML from JavaScript or TypeScript. Use Dynamic Configuration and the Config SDK together for live generative config.
https://circleci-public.github.io/circleci-config-sdk-ts/
Apache License 2.0
82 stars 29 forks source link

Add failure condition testing #46

Closed KyleTryon closed 3 years ago

KyleTryon commented 3 years ago

Current unit tests focus on verifying intended functionality. Expand testing to include testing to ensure failure conditions are validated.

ex:

Failure testing should be limited to the framework and not attempt to re-implement config validation.