Add unit tests for individual components #93
Labels
dev
type type type
enhancement
New feature or request
refactor
Places we can tidy up
research
Study up before implementing something
Is your feature request related to a problem? Please describe.
We have tests for non-React components, just not the React ones.
Describe the solution you'd like
We want to have tests for React components, unit tests.
Additional context
There is tight coupling between these components. By writing tests, we can know what things we can separate and what things we need to work on separating.
The text was updated successfully, but these errors were encountered: