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
24 stars 31 forks source link

Improving Typography component test coverage to 97%. #75

Closed momosetti closed 3 years ago

momosetti commented 3 years ago

I made this PR for make the Typography.test.js test suit treats all possible case, rather then testing with one possible variant case. it improved the test coverage from 45% to 97%. cc/ @daniel-norris .

Before:

screencapture-localhost-5500-coverage-lcov-report-typography-index-html-2020-10-20-03_46_49

After:

screencapture-localhost-5500-coverage-lcov-report-typography-index-html-2020-10-20-03_50_52

daniel-norris commented 3 years ago

Merged!

momosetti commented 3 years ago

Awesome. 🎉