GetDKAN / data-catalog-components

https://getdkan.github.io/data-catalog-components
9 stars 6 forks source link

Add Testing Library and tests #80

Closed dgading closed 4 years ago

dgading commented 4 years ago

This PR adds the testing-library to the repo and mostly replaces Enzyme with it. It also adds basic tests for all of the components that don't use useContext, are API driven, or have custom hooks. Those will be addressed next, but wanted to get some baseline tests in.

Also added is a command for Jest coverage to start giving some sort of guide on how well we are doing with tests.

https://testing-library.com/