cauldron
cauldron copied to clipboard
Issue #1159 This PR switches the Panel tests to React Testing Library. Validation steps - Run yarn test - See that there are coverage percentages in the table - Verify...
Issue #1159 This PR switches the Accordion tests to React Testing Library. ### Validation steps - Run yarn test - See that there are coverage percentages in the table -...
Issue #1159 This PR switches the Tag Button tests to React Testing Library. Validation steps - Run yarn test - See that there are coverage percentages in the table -...
closes #1103
Issue #1159 This PR switches the Top Bar Menu tests to React Testing Library. Validation steps - Run yarn test - See that there are coverage percentages in the table...
Once #1159 and #1473 is complete, we should upgrade to the latest version of React 18. This should include both `react` and `react-dom` for development dependencies in the following packages:...
Once #1159 is complete, we should upgrade as a half-step to React 17. This should include both `react` and `react-dom` for development dependencies in the following packages: - `./` (root)...
We're currently "stuck" on react testing library v12, because versions 13+ have removed support for React v16 and below: > React Testing Library versions 13+ require React v18. If your...
We need to migrate away from using Enzyme as it doesn't support newer versions of React. This means we need to refactor all of our existing tests to utilize React...
We have [well defined guidelines](https://github.com/dequelabs/cauldron/blob/develop/CONTRIBUTING.md) for what makes a quality component in Cauldron, but not necessary how we determine what becomes a component in Cauldron. As Cauldron has evolved further...