Closed therealsharath closed 2 years ago
https://www.denniskortsch.de/posts/component-library-storybook https://storybook.js.org/docs/react/writing-tests/interaction-testing (storybook also has stuff like accessibility and other testing)
directory structure: https://github.com/chakra-ui/chakra-ui/tree/main/packages/input
Issue Description
Right now the components are only visually inspected by the EM & designers and do not have automated testing for checking functionality. We need to add an appropriate testing system to the component library to make sure our components are lightweight and reusable.
Acceptance Criteria
User Story
Our components are not tested :(