You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Were you ever able to get unit tests configured for this setup? It is something I've been experimenting with on this repo but haven't been successful yet. Have only spent about a day looking into it.
The text was updated successfully, but these errors were encountered:
@doug-lessen what are you trying to accomplish with the unit test?
this library implements a small design system, and unit tests required for that I believe is snapshot testing, which is covered in this repository via storybook and storycap.
@doug-lessen what are you trying to accomplish with the unit test?
this library implements a small design system, and unit tests required for that I believe is snapshot testing, which is covered in this repository via storybook and storycap.
@Naturalclar Wow thank you for the quick reply on this. Didn't think I would get a response. Firstly I would like to say that I am in love with this repository. The one thing I wish it supported was Jest testing of functional components out of the box. For example, I have a use case where I require at least one unit test per component where the unit test asserts that when all of the component's props are null or undefined that the component will render without errors.
Are you suggesting that this is all possible through the Storybook and Storycap interfaces? If so, how would one configure that?
Were you ever able to get unit tests configured for this setup? It is something I've been experimenting with on this repo but haven't been successful yet. Have only spent about a day looking into it.
The text was updated successfully, but these errors were encountered: