DomParfitt / graphviz-react

React component for displaying Graphviz graphs
MIT License
102 stars 21 forks source link

Add Tests #9

Closed DomParfitt closed 4 years ago

DomParfitt commented 5 years ago

Currently there are no tests for this component. There is a demo which potentially allows for easier testing of changes but nothing automated.

A lot of the actual functionality of the component comes from the underlying d3-graphviz library so there should be no need to test the actual graph drawing capabilities. It should be sufficient, for example, to test that the component is rendering an svg element rather than testing that the details of the svg are correct.