NuCivic / react-dash

A framework for building data visualization dashboards using react. Docs: http://react-dashboard.readthedocs.io/en/latest/
MIT License
98 stars 22 forks source link

Discovery: Improve test coverage for react-dash #72

Open iris-i opened 7 years ago

iris-i commented 7 years ago

Tests are in the tests folder. Needs a number of new tests and also need to confirm that the current tests run. Some current tests also need to be improved. We have a few testing steps like expect("needs work").toBe("needs work"); that need to be filled out to test for actual components.