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.
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/