daniel-norris / neu_ui

Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
https://ui-neu.netlify.app/
MIT License
25 stars 31 forks source link

Create a simple test for the Input component #51

Closed momosetti closed 4 years ago

momosetti commented 4 years ago

Hi @daniel-norris. In order to fix the issue #41 i made this PR which can:

daniel-norris commented 4 years ago

Nice work @momosetti, thanks!

momosetti commented 4 years ago

Welcome @daniel-norris, by the way i suggest to use Enzyme instead of test-utils. Its more efficient. Thanks.