Recidiviz / justice-counts-components

A set of React components powering a web app for exploring centralized, standardized metrics on the performance of justice systems across the United States
GNU General Public License v3.0
1 stars 0 forks source link

Bootstrap testing and linting #2

Closed jessex closed 3 years ago

jessex commented 3 years ago

What needs to be done? Why does it need to be done? For this component, we need just basic unit testing and linting. This can follow the standards/conventions from pulse-dashboard. We should be able to run these via yarn test and yarn lint, respectively. Unlike pulse-dashboard, there should not be a lint whitelist: every file should pass lint in this new repository.