chiasm-project / chiasm

A browser based environment for interactive data visualizations.
MIT License
184 stars 27 forks source link

Establish unit tests for Reactivis #21

Closed curran closed 8 years ago

curran commented 9 years ago

Reactivis.js is a module that contains generalized reusable reactive flows applicable to many visualizations. This includes DOM logic and D3-specific logic. This needs to have solid unit tests, as its complexity is growing and it is no longer possible to test all possibilities by hand.

curran commented 8 years ago

Moved into chiasm-charts https://github.com/chiasm-project/chiasm-charts/issues/10