justifi-tech / web-component-library

Web components built using StencilJS
MIT License
3 stars 3 forks source link

Refactor form-control-text and file unit tests to fix console warnings and errors #584

Closed colganmeanor closed 5 months ago

colganmeanor commented 5 months ago

When tests are run in the web component library, there are several errors and warnings from Stencil that appear in the terminal / console output. Let's begin fixing this by targeting the form-control components.

colganmeanor commented 5 months ago

I'm going to be doing a PR like this for each of the form-control components, to keep them easy to review. I will create this PR for the given component once I've completed implementing the new help and error text components into each of them, and removing their shadow-doms.