eBay / skin-react

Skin components built with React (Typescript)
https://ebay.github.io/skin-react/
MIT License
18 stars 12 forks source link

feat: POC bringing the tests into testing-library #34

Closed aaron-nance closed 3 years ago

aaron-nance commented 3 years ago

Description

Proof of concept. Moving the tests from enzyme to testing-library/react. Applied the changes to the Badge component.

Context

The ebayus-core repo used testing-library as its testing platform. This should allow closer parity between the tests in ebayus-core and this repo.

montoya332 commented 3 years ago

Thank you for suggesting this Library . LGTM