eBay / skin-react

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

feat: adding tests for SkinSectionTitle #38

Closed aaron-nance closed 3 years ago

aaron-nance commented 4 years ago

Description

Adding tests to the SectionTitle component

Context

These tests will bring the test in this repo into closer parity with the tests in ebayui-core. I did change the approach used while keeping the context the same. In ebayui-core there were many assertions tied to how the HTML should be formatted. These types of tests are better handled through snapshot tests.