What is the Procedure and Unit Test Requirements for Augmenting an Existing Component Action?

This topic was automatically generated from Slack. You can find the original thread here.

Questions:

  1. If I’m augmenting an existing component action, what’s the procedure for testing? I see the quick start for making a new custom action from scratch, but how about for existing ones?
  2. Are there unit test requirements that I need to fulfill? Are there docs on that?

Hey Matt, you can publish an existing component the same way you’d publish a new one. When your local code changes are ready, increment its version, publish it, and you’ll find it under ‘my actions’ or ‘my sources’.

Also, as far as I know, unit tests for components are not yet supported.