eBay / skin-react

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

feat: update tests for radio button and checkbox #35

Closed aaron-nance closed 3 years ago

aaron-nance commented 3 years ago

Description

Added unit tests for the radio button and checkbox components

Context

These testa are to bring the tests in this repo into closer parity with those from ebayui-core. The way react and Marko do events are quite different so the tests had to be modified to match the way React works.